Autodesk Vault ProfessionalVault API

SetSystemOption Method

Autodesk.Connectivity.WebServicesKnowledgeVaultService

Sets a system wide options value.

Required Permissions

VaultOptionsSet

Syntax

public void SetSystemOption(
   System.string optionName,
   System.string optionValue
)
Public Sub SetSystemOption( _
   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