MoveFileCommandEventArgs Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
Information about the move File operation
Syntax
public sealed class MoveFileCommandEventArgs : WebServiceCommandEventArgs Public NotInheritable Class MoveFileCommandEventArgs
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 |
|---|---|
| DstFolderId | The ID of the Folder that the File is moving to. |
| FileMasterId | The Master ID of the File being moved. |
| SrcFolderId | The ID of the Folder that the File is moving from. |
Returned By
Where you get a MoveFileCommandEventArgs — members that return one.
Inheritance Hierarchy
- System.Object
- System.EventArgs
- Autodesk.Connectivity.WebServices.WebServiceCommandEventArgs
- Autodesk.Connectivity.WebServices.MoveFileCommandEventArgs