EcmDocumentRoutingWeb.Router property

Gets the content organizer associated with this site.

Namespace:  Microsoft.Office.RecordsManagement.RecordsRepository
Assembly:  Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)

Syntax

'Declaration
Public ReadOnly Property Router As EcmDocumentRouter
    Get
'Usage
Dim instance As EcmDocumentRoutingWeb
Dim value As EcmDocumentRouter

value = instance.Router
public EcmDocumentRouter Router { get; }

Property value

Type: Microsoft.Office.RecordsManagement.RecordsRepository.EcmDocumentRouter
Returns EcmDocumentRouter.

Remarks

The EcmDocumentRouter object is the core of the content organizer which evaluates rules and places documents in the location configured for their metadata.

See also

Reference

EcmDocumentRoutingWeb class

EcmDocumentRoutingWeb members

Microsoft.Office.RecordsManagement.RecordsRepository namespace

EcmDocumentRouter