Autodesk Vault ProfessionalVault API

PromoteItemCommandEventArgs Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Information about when an Item is created or updated from File data.

Syntax

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

Properties

NameDescription
GuidThe unique identifier for the event.
ReturnValueThe updated Items and related 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
FileIdsThe Files that are providing the Item data.
ItemRevisionIdsThe Items being updated. This value is null if the Items are being created.

Returned By

Where you get a PromoteItemCommandEventArgs — members that return one.

Inheritance Hierarchy

See Also