UpdateFileLifeCycleStateCommandEventArgs Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
Information about the update lifecycle File operation
Syntax
public sealed class UpdateFileLifeCycleStateCommandEventArgs : WebServiceCommandEventArgs Public NotInheritable Class UpdateFileLifeCycleStateCommandEventArgs
Inherits WebServiceCommandEventArgsProperties
| Name | Description |
|---|---|
| Guid | The unique identifier for the event. |
| ReturnValue | The updated Files. |
| Status | The status of the command. Used in the Post event to see of the command was successful. |
Methods
| Name | Description |
|---|---|
| AddRestriction | Adds a restriction, which blocks the command. This function should only be called during the GetRestrictions event. |
Fields
| Name | Description |
|---|---|
| Comment | The comment for the new version of the Files. |
| FileMasterIds | The Files changing state. |
| ToStateIds | The new state for the corresponding entry in FileMasterIds. |
Returned By
Where you get a UpdateFileLifeCycleStateCommandEventArgs — members that return one.
Inheritance Hierarchy
- System.Object
- System.EventArgs
- Autodesk.Connectivity.WebServices.WebServiceCommandEventArgs
- Autodesk.Connectivity.WebServices.UpdateFileLifeCycleStateCommandEventArgs