Autodesk Vault ProfessionalVault API

SetEnablementConfiguration Method

Autodesk.Connectivity.WebServicesItemService

Sets the setting that controls if Items and Change Orders are enabled

Required Permissions

VaultOptionsSet

Syntax

public void SetEnablementConfiguration(
   EnablementConfig enableConfig
)
Public Sub SetEnablementConfiguration( _
   ByVal enableConfig As EnablementConfig _
) 

Parameters

NameDescription
enableConfigThe setting that controls if Items and Change Orders are enabled. This is a bitfield, which means that multiple values can be joined and passed in.

See Also