EcmDocumentRouterRuleCollection.CopyTo Method

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

Implements

ICollection<T>.CopyTo([], Int32)

Remarks

Strongly typed.

See Also

Reference

EcmDocumentRouterRuleCollection Class

EcmDocumentRouterRuleCollection Members

Microsoft.Office.RecordsManagement.RecordsRepository Namespace