CheckoutFileCommandEventArgs Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
Information about the checkout File operation
Syntax
public sealed class CheckoutFileCommandEventArgs : WebServiceCommandEventArgs Public NotInheritable Class CheckoutFileCommandEventArgs
Inherits WebServiceCommandEventArgsProperties
| Name | Description |
|---|---|
| Guid | The unique identifier for the event. |
| ReturnValue | The updated File object. |
| 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 | Associates a comment with the checked out File. |
| FileId | The File being checked out. |
| LocalPath | The location of the checked-out File on the client's machine. |
| Machine | The client's computer name. |
| Option | Specifies where the placeholder information is to be taken from. |
Returned By
Where you get a CheckoutFileCommandEventArgs — members that return one.
Inheritance Hierarchy
- System.Object
- System.EventArgs
- Autodesk.Connectivity.WebServices.WebServiceCommandEventArgs
- Autodesk.Connectivity.WebServices.CheckoutFileCommandEventArgs