FlashVarParameterCollectionCopyTo Method (FlashVarParameter, Int32) Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Copies all the FlashVarParameter objects to an array.

Namespace: ContentStudio.Site.Controls
Assembly: ContentStudio.Site.Controls (in ContentStudio.Site.Controls.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public void CopyTo(
	FlashVarParameter[] destination,
	int index
)

Parameters

destination
Type: ContentStudio.Site.ControlsFlashVarParameter
The item array to copy to.
index
Type: SystemInt32
The index of the first item to copy.

Implements

ICollectionTCopyTo(T, Int32)
Exceptions

See Also

Reference