Click or drag to resize
Galactic API

SharePointDocumentLibraryCopyTo Method (SharePointDocument, Int32)

Copies the documents in the library 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(
	SharePointDocument[] array,
	int arrayIndex
)

Parameters

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

Implements

ICollectionTCopyTo(T, Int32)
See Also