Autodesk Vault ProfessionalVault API

UpdateFileLifeCycleStateCommandEventArgs Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Information about the update lifecycle File operation

Syntax

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

Properties

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

Methods

NameDescription
AddRestrictionAdds a restriction, which blocks the command. This function should only be called during the GetRestrictions event.

Fields

NameDescription
CommentThe comment for the new version of the Files.
FileMasterIdsThe Files changing state.
ToStateIdsThe new state for the corresponding entry in FileMasterIds.

Returned By

Where you get a UpdateFileLifeCycleStateCommandEventArgs — members that return one.

Inheritance Hierarchy

See Also