Click or drag to resize
Galactic API

SharePointListCopyTo Method

Copies the items in the list to an array, starting at the supplied index.

Namespace:  Galactic.SharePoint
Assembly:  Galactic.SharePoint (in Galactic.SharePoint.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax
public void CopyTo(
	SharePointListItem[] array,
	int arrayIndex
)

Parameters

array
Type: Galactic.SharePointSharePointListItem
The array to copy the items into.
arrayIndex
Type: SystemInt32
The index within the array to place the copied items at.

Implements

ICollectionTCopyTo(T, Int32)
See Also