EcmDocumentRouterRuleCollection.RemoveAt Method
Removes a EcmDocumentRouterRule object from the EcmDocumentRouterRuleCollection object.
Namespace: Microsoft.Office.RecordsManagement.RecordsRepository
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Sub RemoveAt ( _
index As Integer _
)
'Usage
Dim instance As EcmDocumentRouterRuleCollection
Dim index As Integer
instance.RemoveAt(index)
public void RemoveAt(
int index
)
Parameters
index
Type: System.Int32The index of the EcmDocumentRouterRule to be removed.
See Also
Reference
EcmDocumentRouterRuleCollection Class
EcmDocumentRouterRuleCollection Members
Microsoft.Office.RecordsManagement.RecordsRepository Namespace