SetDisallowedItemLifeCycleStatesForSubmitActivities Method
Sets which lifecycle states for items and file will restrict a change order from moving out of a work state when the restrict setting is enabled
Required Permissions
Vault Set OptionsSyntax
public void SetDisallowedItemLifeCycleStatesForSubmitActivities(
System.long[] lcStateIds
)Public Sub SetDisallowedItemLifeCycleStatesForSubmitActivities( _
ByVal lcStateIds() As System.Long _
) Parameters
| Name | Description |
|---|---|
| lcStateIds | the lifecycle state IDs for file and items that will prevent an associated change order from moving out of work state |