CheckinFileCommandEventArgs Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
Information about the checkin File operation
Syntax
public sealed class CheckinFileCommandEventArgs : WebServiceCommandEventArgs Public NotInheritable Class CheckinFileCommandEventArgs
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 |
|---|---|
| Associations | Information about immediate child attachments and dependencies. |
| Bom | A bill of materials to associate with this file. This value will be null if there is no BOM. |
| Comment | Text data to be associated with the check-in. |
| CopyBom | If this value is true and the 'bom' parameter is null, then the BOM from the previous version will be copied for this version. |
| FileClassification | The classification for the file. |
| FileMasterId | The file being checked in. |
| Hidden | A flag to indicate if a file should be hidden. |
| KeepCheckedOut | If set to true, the file will still be checked out to the user. |
| LastWrite | The last time the file was modified on the client's machine. |
| NewFileName | The new file name. A null value means the name stays the same. |
Returned By
Where you get a CheckinFileCommandEventArgs — members that return one.
Inheritance Hierarchy
- System.Object
- System.EventArgs
- Autodesk.Connectivity.WebServices.WebServiceCommandEventArgs
- Autodesk.Connectivity.WebServices.CheckinFileCommandEventArgs