RecordSeriesCollection.RemoveRouter Method
NOTE: This API is now obsolete.
Removes the specified Router object from the RecordSeriesCollection object.
Namespace: Microsoft.Office.RecordsManagement.RecordsRepository
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
<ObsoleteAttribute("The Record Series is deprecated - use the routing rules list.")> _
Public Sub RemoveRouter ( _
strName As String _
)
'Usage
Dim instance As RecordSeriesCollection
Dim strName As String
instance.RemoveRouter(strName)
[ObsoleteAttribute("The Record Series is deprecated - use the routing rules list.")]
public void RemoveRouter(
string strName
)
Parameters
strName
Type: System.StringThe Router object to remove.
See Also
Reference
RecordSeriesCollection Members
Microsoft.Office.RecordsManagement.RecordsRepository Namespace