AddFolderCommandEventArgs Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
Information about the add Folder operation
Syntax
public sealed class AddFolderCommandEventArgs : WebServiceCommandEventArgs Public NotInheritable Class AddFolderCommandEventArgs
Inherits WebServiceCommandEventArgsProperties
| Name | Description |
|---|---|
| Guid | The unique identifier for the event. |
| ReturnValue | The new Folder 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 |
|---|---|
| FolderName | The name of the Folder. |
| IsLibrary | Tells if the Folder is a library. |
| ParentId | The Folder location where the new Folder is being added. |
Returned By
Where you get a AddFolderCommandEventArgs — members that return one.
Inheritance Hierarchy
- System.Object
- System.EventArgs
- Autodesk.Connectivity.WebServices.WebServiceCommandEventArgs
- Autodesk.Connectivity.WebServices.AddFolderCommandEventArgs