AddFileCommandEventArgs Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
Information about the add File operation
Syntax
public sealed class AddFileCommandEventArgs : WebServiceCommandEventArgs Public NotInheritable Class AddFileCommandEventArgs
Inherits WebServiceCommandEventArgsProperties
| Name | Description |
|---|---|
| Guid | The unique identifier for the event. |
| ReturnValue | The added File. |
| 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 | The attachments and dependencies. |
| Bom | The bill of materials to associate with the File. |
| Comment | The comment to be associated with version 1 of the File. |
| FileClassification | The classification of the File. |
| FileName | The File name. |
| FolderId | The Folder location of the new File. |
| Hidden | Metadata to indiciate if the client should display the File. |
| LastWrite | The last time the file had been modified on the local disk. |
Returned By
Where you get a AddFileCommandEventArgs — members that return one.
Inheritance Hierarchy
- System.Object
- System.EventArgs
- Autodesk.Connectivity.WebServices.WebServiceCommandEventArgs
- Autodesk.Connectivity.WebServices.AddFileCommandEventArgs