Autodesk Vault ProfessionalVault API

AddItemCommandEventArgs Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Information about the add Item operation

Syntax

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

Properties

NameDescription
GuidThe unique identifier for the event.
ReturnValueThe new Item object.
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
CategoryIdThe category for the Item.

Returned By

Where you get a AddItemCommandEventArgs — members that return one.

Inheritance Hierarchy

See Also