Autodesk Vault ProfessionalVault API

GetEnforceWorkingFolder Method

Autodesk.Connectivity.WebServicesDocumentService

Gets the Enforce Working Folder property.

Required Permissions

VaultOptionsGet

Syntax

public System.bool GetEnforceWorkingFolder()
Public Function GetEnforceWorkingFolder() As System.Boolean

Return Value

If true, than the clients should enforce a specific working folder. Call GetRequiredWorkingFolderLocation to retrieve the working folder path.

See Also