Autodesk Vault ProfessionalVault API

GetVaultOption Method

Autodesk.Connectivity.WebServicesKnowledgeVaultService

Gets an options setting which applies to a Vault.

Required Permissions

VaultOptionsGet

Syntax

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

Parameters

NameDescription
optionNameThe name of the option.

Return Value

The value of the option.

See Also