DocumentRouterAutoFolderSettings.CreateAutoFolderSettings Method
Creates an AutoFolderSettings object from its string representation.
Namespace: Microsoft.Office.RecordsManagement.RecordsRepository
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Shared Function CreateAutoFolderSettings ( _
stgsXml As String _
) As DocumentRouterAutoFolderSettings
'Usage
Dim stgsXml As String
Dim returnValue As DocumentRouterAutoFolderSettings
returnValue = DocumentRouterAutoFolderSettings.CreateAutoFolderSettings(stgsXml)
public static DocumentRouterAutoFolderSettings CreateAutoFolderSettings(
string stgsXml
)
Parameters
stgsXml
Type: System.StringThe settings XML string that is returned by the [M:Microsoft.Office.RecordsManagement.RecordsRepository.DocumentRouterAutoFolderSettings.ToString()] method.
Return Value
Type: Microsoft.Office.RecordsManagement.RecordsRepository.DocumentRouterAutoFolderSettings
Returns DocumentRouterAutoFolderSettings.
See Also
Reference
DocumentRouterAutoFolderSettings Class
DocumentRouterAutoFolderSettings Members
Microsoft.Office.RecordsManagement.RecordsRepository Namespace