EcmDocumentRoutingWeb Class

Represents a repository abstraction that can be configured to automatically organize and manage incoming content.

Inheritance Hierarchy

System.Object
  Microsoft.Office.RecordsManagement.RecordsRepository.EcmDocumentRoutingWeb

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

Syntax

'Declaration
Public Class EcmDocumentRoutingWeb
'Usage
Dim instance As EcmDocumentRoutingWeb
public class EcmDocumentRoutingWeb

Remarks

This class represents a managed Web site that enables a single point of document submission. This site forms the end point of the document submission Web service. See MS-OFFICIALFILE documentation on MSDN in SharePoint Products and Technologies Protocols for more information.

You can configure the content organizer with rules that specify the final location of a document. Only the owners of the site or users specified as RouterOwners for this site are allowed to configure the rules. Any document that cannot be organized by the specified rules will be placed in the drop-off library and is visible only to the submitter and the RouterOwners.

An EcmDocumentRoutingWeb can also specify whether folders are automatically created at the final location specified by the rule matching the document. The EcmDocumentRoutingWeb can be configured to create folders automatically after a threshold limit of documents has been reached at the final location.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

EcmDocumentRoutingWeb Members

Microsoft.Office.RecordsManagement.RecordsRepository Namespace

EcmDocumentRouter

EcmDocumentRouterRule

RouterOwners()

RoutingRuleCollection

AutoFolderSettings()