Click or drag to resize
KaxTagCloudItemCollectionCopyTo Method
Copies the TagCloud Items collection to an array, starting at a particular index.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void CopyTo(
	KaxTagCloudItem[] array,
	int index
)

Parameters

array
Type: Kettic.AspNet.ControlsKaxTagCloudItem
The one-dimensional, zero-based index destination array, to which the elements of the Items collection will be copied.
index
Type: SystemInt32
The zero-based index of the array, at which the copying begins.
See Also