DocumentRouterAutoFolderSettings Class
Configures automatic folder creation in a content organizer site.
Inheritance Hierarchy
System.Object
Microsoft.Office.RecordsManagement.RecordsRepository.DocumentRouterAutoFolderSettings
Namespace: Microsoft.Office.RecordsManagement.RecordsRepository
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Class DocumentRouterAutoFolderSettings
'Usage
Dim instance As DocumentRouterAutoFolderSettings
public class DocumentRouterAutoFolderSettings
Remarks
The content organizer enables site administrators to set up rules of that manage incoming documents based on their content type and metadata. These rules specify the final location for the documents being submitted to the site.
Enable automatic folder creation within a rule using the AutoFolderSettings property of the EcmDocumentRouterRule object so that folders are created in the final location based on document metadata, or enable the EcmDocumentRoutingWeb object so that folders are automatically created after a certain number of documents have been added to the location specified by any rule.
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
DocumentRouterAutoFolderSettings Members
Microsoft.Office.RecordsManagement.RecordsRepository Namespace