MoveFolderCommandEventArgs Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
Information about the move Folder operation
Syntax
public sealed class MoveFolderCommandEventArgs : WebServiceCommandEventArgs Public NotInheritable Class MoveFolderCommandEventArgs
Inherits WebServiceCommandEventArgsMethods
| Name | Description |
|---|---|
| AddRestriction | Adds a restriction, which blocks the command. This function should only be called during the GetRestrictions event. |
Fields
| Name | Description |
|---|---|
| FolderId | The ID of the Folder being moved. |
| NewParentFolderId | The ID of the Folder that will be the new parent Folder. |
Returned By
Where you get a MoveFolderCommandEventArgs — members that return one.
Inheritance Hierarchy
- System.Object
- System.EventArgs
- Autodesk.Connectivity.WebServices.WebServiceCommandEventArgs
- Autodesk.Connectivity.WebServices.MoveFolderCommandEventArgs