DocumentRouterAutoFolderSettings.MaxFolderItems Property

Gets or sets the maximum number of documents in any folder that triggers automatic folder creation.

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

Syntax

'Declaration
Public Property MaxFolderItems As Integer
    Get
    Set
'Usage
Dim instance As DocumentRouterAutoFolderSettings
Dim value As Integer

value = instance.MaxFolderItems

instance.MaxFolderItems = value
public int MaxFolderItems { get; set; }

Property Value

Type: System.Int32
Returns Int32.

Remarks

You can configure a content organizer-enabled site to create new folders for documents after the maximum number of documents have been added to a folder. By default, this threshold is set to 2500 documents. This property is used only if automatic folder creation is enabled for the EcmDocumentRoutingWeb object.

See Also

Reference

DocumentRouterAutoFolderSettings Class

DocumentRouterAutoFolderSettings Members

Microsoft.Office.RecordsManagement.RecordsRepository Namespace

EcmDocumentRoutingWeb

Enabled