Autodesk Vault ProfessionalVault API

SetVaultOption Method

Autodesk.Connectivity.WebServicesKnowledgeVaultService

Sets a Vault wide options value.

Required Permissions

VaultOptionsSet

Syntax

public void SetVaultOption(
   System.string optionName,
   System.string optionValue
)
Public Sub SetVaultOption( _
   ByVal optionName As System.String, _
   ByVal optionValue As System.String _
) 

Parameters

NameDescription
optionNameThe name of the option. A new option will be created if it doesn't already exist. The suggested naming convention is to prefix this value with your company name (ex. MyCompany.OptionName ).
optionValueThe value of the option. A null value will delete the option.

See Also