Autodesk Vault ProfessionalVault API

UpdateItemLifeCycleStateCommandEventArgs Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Information about the update lifecycle Item operation

Syntax

public sealed class UpdateItemLifeCycleStateCommandEventArgs : WebServiceCommandEventArgs 
Public NotInheritable Class UpdateItemLifeCycleStateCommandEventArgs
   Inherits WebServiceCommandEventArgs

Properties

NameDescription
GuidThe unique identifier for the event.
ReturnValueThe updated Item objects.
StatusThe status of the command. Used in the Post event to see of the command was successful.

Methods

NameDescription
AddRestrictionAdds a restruction to the command. Used to block the command.

Fields

NameDescription
CommentThe comment for the new version of the Items.
ItemMasterIdsThe Items changing state.
ToStateIdsThe state that the Items are changing to.

Returned By

Where you get a UpdateItemLifeCycleStateCommandEventArgs — members that return one.

Inheritance Hierarchy

See Also