Autodesk Vault ProfessionalVault API

GetSystemOption Method

Autodesk.Connectivity.WebServicesKnowledgeVaultService

Gets an options setting which applies to the entire system.

Required Permissions

VaultOptionsGet

Syntax

public System.string GetSystemOption(
   System.string optionName
)
Public Function GetSystemOption( _
   ByVal optionName As System.String _
) As System.String

Parameters

NameDescription
optionNameThe name of the option.

Return Value

The value of the option.

See Also