UpdateItemLifeCycleStateCommandEventArgs Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
Information about the update lifecycle Item operation
Syntax
public sealed class UpdateItemLifeCycleStateCommandEventArgs : WebServiceCommandEventArgs Public NotInheritable Class UpdateItemLifeCycleStateCommandEventArgs
Inherits WebServiceCommandEventArgsProperties
| Name | Description |
|---|---|
| Guid | The unique identifier for the event. |
| ReturnValue | The updated Item objects. |
| Status | The status of the command. Used in the Post event to see of the command was successful. |
Methods
| Name | Description |
|---|---|
| AddRestriction | Adds a restruction to the command. Used to block the command. |
Fields
| Name | Description |
|---|---|
| Comment | The comment for the new version of the Items. |
| ItemMasterIds | The Items changing state. |
| ToStateIds | The state that the Items are changing to. |
Returned By
Where you get a UpdateItemLifeCycleStateCommandEventArgs — members that return one.
Inheritance Hierarchy
- System.Object
- System.EventArgs
- Autodesk.Connectivity.WebServices.WebServiceCommandEventArgs
- Autodesk.Connectivity.WebServices.UpdateItemLifeCycleStateCommandEventArgs