| 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
)
Public Sub CopyTo (
array As SharePointDocument(),
arrayIndex As Integer
)
public:
virtual void CopyTo(
array<SharePointDocument^>^ array,
int arrayIndex
) sealed
abstract CopyTo :
array : SharePointDocument[] *
arrayIndex : int -> unit
override CopyTo :
array : SharePointDocument[] *
arrayIndex : int -> unit
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