SPAuditEntryCollection.CopyTo method
Copies the items in the SPAuditEntryCollection into the specified array beginning at the specified point.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub CopyTo ( _
array As SPAuditEntry(), _
index As Integer _
)
'Usage
Dim instance As SPAuditEntryCollection
Dim array As SPAuditEntry()
Dim index As Integer
instance.CopyTo(array, index)
public void CopyTo(
SPAuditEntry[] array,
int index
)
Parameters
array
Type: []The target array
index
Type: System.Int32The point in the target array where insertion of the SPAuditEntry items should begin.