DocumentRouterAutoFolderSettings.AutoFolderPropertyName Property
Gets or sets the display name of the field if it is creating folders based on metadata.
Namespace: Microsoft.Office.RecordsManagement.RecordsRepository
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Property AutoFolderPropertyName As String
Get
Set
'Usage
Dim instance As DocumentRouterAutoFolderSettings
Dim value As String
value = instance.AutoFolderPropertyName
instance.AutoFolderPropertyName = value
public string AutoFolderPropertyName { get; set; }
Property Value
Type: System.String
Returns String.
Remarks
You can configure automatic folder creation to create folders using the name and value of metadata on the document. Metadata-based folder creation can only be configured for a rule by way of the AutoFolderSettings property.
See Also
Reference
DocumentRouterAutoFolderSettings Class
DocumentRouterAutoFolderSettings Members
Microsoft.Office.RecordsManagement.RecordsRepository Namespace