Autodesk Vault ProfessionalVault API

CommitItemCommandEventArgs Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Information about the commit Item operation

Syntax

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

Properties

NameDescription
GuidThe unique identifier for the event.
ReturnValueThe updated Items.
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
ItemRevisionIdsThe Items being committed.

Returned By

Where you get a CommitItemCommandEventArgs — members that return one.

Inheritance Hierarchy

See Also