Share via


RecordSeriesCollection.AddRouter Method

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
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)
public void AddRouter(
    string strName,
    string strAssembly,
    string strClass
)

Parameters

See Also

Reference

RecordSeriesCollection Class

RecordSeriesCollection Members

Microsoft.Office.RecordsManagement.RecordsRepository Namespace