SetEnforceWorkingFolder Method
Enables or disables the Enforce Working Folder setting.
Required Permissions
VaultOptionsSetSyntax
public void SetEnforceWorkingFolder(
System.bool enforce
)Public Sub SetEnforceWorkingFolder( _
ByVal enforce As System.Boolean _
) Parameters
| Name | Description |
|---|---|
| enforce | If true, then the clients are to enforce a specific working folder. Call GetRequiredWorkingFolderLocation to retrieve the working folder path. |