RecordSeriesCollection.AddRouter Method
NOTE: This API is now obsolete.
Adds a custom Router object to 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 AddRouter ( _
strName As String, _
strAssembly As String, _
strClass As String _
)
'Usage
Dim instance As RecordSeriesCollection
Dim strName As String
Dim strAssembly As String
Dim strClass As String
instance.AddRouter(strName, strAssembly, _
strClass)
[ObsoleteAttribute("The Record Series is deprecated - use the routing rules list.")]
public void AddRouter(
string strName,
string strAssembly,
string strClass
)
Parameters
strName
Type: System.StringThe name of the Router object to add.
strAssembly
Type: System.StringThe assembly that stores the Router object.
strClass
Type: System.StringThe Router class.
See Also
Reference
RecordSeriesCollection Members
Microsoft.Office.RecordsManagement.RecordsRepository Namespace