Autodesk Vault ProfessionalVault API

SetEnforceWorkingFolder Method

Autodesk.Connectivity.WebServicesDocumentService

Enables or disables the Enforce Working Folder setting.

Required Permissions

VaultOptionsSet

Syntax

public void SetEnforceWorkingFolder(
   System.bool enforce
)
Public Sub SetEnforceWorkingFolder( _
   ByVal enforce As System.Boolean _
) 

Parameters

NameDescription
enforceIf true, then the clients are to enforce a specific working folder. Call GetRequiredWorkingFolderLocation to retrieve the working folder path.

See Also