Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Available in Sandboxed Solutions: No
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.