Autodesk Vault ProfessionalVault API

UpdateLifeCycleDefinition Method

Autodesk.Connectivity.WebServicesLifeCycleService

Updates a life cycle definition.

Required Permissions

ManageBehaviorDefinition

Syntax

public LfCycDef UpdateLifeCycleDefinition(
   System.long lcdefId,
   System.string displayName,
   System.string description,
   SysAclBeh systemAclBehavior
)
Public Function UpdateLifeCycleDefinition( _
   ByVal lcdefId As System.Long, _
   ByVal displayName As System.String, _
   ByVal description As System.String, _
   ByVal systemAclBehavior As SysAclBeh _
) As LfCycDef

Parameters

NameDescription
lcdefIdThe ID of the life cycle definition.
displayNameThe new display name.
descriptionThe new description.
systemAclBehaviorDesired System ACL Behavior (Combined/Override) for State Security for this Definition

Return Value

The updated life cycle definition object.

Remarks

In updating a Lifecycle Definition, the System ACL Behavior can be modified. If it is modified, all Entities that that are currently assigned a State within this definition will have their System ACL Behavior changed to the new System ACL Behavior.

See Also