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.

Remarks

The server does not enforce the working folder. It is up to the clients to insure that the user's working folder matches.

See Also