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.

See Also