Autodesk Vault ProfessionalVault API

UpdateFolderLifeCycleStateCommandEventArgs Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Information about the update lifecycle Folder operation

Syntax

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

Properties

NameDescription
GuidThe unique identifier for the event.
ReturnValueThe updated Folders.
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 Folders.
FolderIdsThe Folders changing state.
ToStateIdsThe new state for the corresponding entry in FolderIds.

Returned By

Where you get a UpdateFolderLifeCycleStateCommandEventArgs — members that return one.

Inheritance Hierarchy

See Also