Autodesk Vault ProfessionalVault API

SetDisallowedLifeCycleStatesForSubmitActivitiesEnabled Method

Autodesk.Connectivity.WebServicesChangeOrderService

Sets the enabled value for the Change Order Vault setting "Restrict Change Orders from moving out of Work state based on File and Item lifecycle states"

Required Permissions

Vault Set Options

Syntax

public void SetDisallowedLifeCycleStatesForSubmitActivitiesEnabled(
   System.string entityClassId,
   System.bool enabled
)
Public Sub SetDisallowedLifeCycleStatesForSubmitActivitiesEnabled( _
   ByVal entityClassId As System.String, _
   ByVal enabled As System.Boolean _
) 

Parameters

NameDescription
entityClassIdentity class ID identifying the entity class to set the enabled value for
enabledwhether or not to restrict lifecycle state changes from work states

Remarks

Can be configured for FILE or ITEM

See Also