Autodesk Vault ProfessionalVault API

GetRequiredWorkingFolderLocation Method

Autodesk.Connectivity.WebServicesDocumentService

The working folder that the client is expected to have. This setting is only valid if the Enforce Working Folder setting is true.

Required Permissions

VaultOptionsGet

Syntax

public System.string GetRequiredWorkingFolderLocation()
Public Function GetRequiredWorkingFolderLocation() As System.String

Return Value

The path to the working folder.

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