Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the internal 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 AutoFolderPropertyInternalName As String
Get
Set
'Usage
Dim instance As DocumentRouterAutoFolderSettings
Dim value As String
value = instance.AutoFolderPropertyInternalName
instance.AutoFolderPropertyInternalName = value
public string AutoFolderPropertyInternalName { get; set; }
Property Value
Type: System.String
Returns String.
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