EcmDocumentRoutingWeb.RemoveCustomRouter Method
Removes a custom router registered with the content organizer-enabled site.
Namespace: Microsoft.Office.RecordsManagement.RecordsRepository
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Sub RemoveCustomRouter ( _
routerName As String _
)
'Usage
Dim instance As EcmDocumentRoutingWeb
Dim routerName As String
instance.RemoveCustomRouter(routerName)
public void RemoveCustomRouter(
string routerName
)
Parameters
routerName
Type: System.StringThe name of the custom router to be removed.
Remarks
A custom router can be used to perform custom processing on incoming documents. Custom routers that are already registered with the EcmDocumentRoutingWeb can be specified in rules and will be run for documents matching that rule.
See Also
Reference
Microsoft.Office.RecordsManagement.RecordsRepository Namespace