Autodesk Vault ProfessionalVault API

EditItemCommandEventArgs Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Information about the edit Item operation

Syntax

public sealed class EditItemCommandEventArgs : WebServiceCommandEventArgs 
Public NotInheritable Class EditItemCommandEventArgs
   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 edited.

Returned By

Where you get a EditItemCommandEventArgs — members that return one.

Inheritance Hierarchy

See Also