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 EcmDocumentRouterRule.
Namespace: Microsoft.Office.RecordsManagement.RecordsRepository
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Sub CopyTo ( _
array As EcmDocumentRouterRule(), _
index As Integer _
)
'Usage
Dim instance As EcmDocumentRouterRuleCollection
Dim array As EcmDocumentRouterRule()
Dim index As Integer
instance.CopyTo(array, index)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public void CopyTo(
EcmDocumentRouterRule[] array,
int index
)
Parameters
array
Type: []The array of EcmDocumentRouterRule objects.
index
Type: System.Int32An index.
Implements
ICollection<T>.CopyTo([], Int32)
Remarks
Strongly typed.
See Also
Reference
EcmDocumentRouterRuleCollection Class
EcmDocumentRouterRuleCollection Members
Microsoft.Office.RecordsManagement.RecordsRepository Namespace