DocumentRouterAutoFolderSettings.AutoFolderPropertyId Property
Gets or sets the GUID of the field if it is creating folders based on metadata as specified by the Id property of the field.
Namespace: Microsoft.Office.RecordsManagement.RecordsRepository
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Property AutoFolderPropertyId As Guid
Get
Set
'Usage
Dim instance As DocumentRouterAutoFolderSettings
Dim value As Guid
value = instance.AutoFolderPropertyId
instance.AutoFolderPropertyId = value
public Guid AutoFolderPropertyId { get; set; }
Property Value
Type: System.Guid
Returns Guid.
Remarks
This property uniquely identifies a field in a content type. It is used to find the value of the field in the document.
See Also
Reference
DocumentRouterAutoFolderSettings Class
DocumentRouterAutoFolderSettings Members
Microsoft.Office.RecordsManagement.RecordsRepository Namespace