Autodesk Vault ProfessionalVault API

GetDisallowedLifeCycleStatesForSubmitActivitiesEnabled Method

Autodesk.Connectivity.WebServicesChangeOrderService

Gets the 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 Get Options

Syntax

public System.bool GetDisallowedLifeCycleStatesForSubmitActivitiesEnabled(
   System.string entityClassId
)
Public Function GetDisallowedLifeCycleStatesForSubmitActivitiesEnabled( _
   ByVal entityClassId As System.String _
) As System.Boolean

Parameters

NameDescription
entityClassIdthe entity class ID to get the value for

Return Value

Whether or not moving out of work state is restricted for the given entity class

Remarks

Can be Configured for FILE or ITEM

See Also