Autodesk Vault ProfessionalVault API

MoveFileCommandEventArgs Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Information about the move File operation

Syntax

public sealed class MoveFileCommandEventArgs : WebServiceCommandEventArgs 
Public NotInheritable Class MoveFileCommandEventArgs
   Inherits WebServiceCommandEventArgs

Methods

NameDescription
AddRestrictionAdds a restriction, which blocks the command. This function should only be called during the GetRestrictions event.

Fields

NameDescription
DstFolderIdThe ID of the Folder that the File is moving to.
FileMasterIdThe Master ID of the File being moved.
SrcFolderIdThe ID of the Folder that the File is moving from.

Returned By

Where you get a MoveFileCommandEventArgs — members that return one.

Inheritance Hierarchy

See Also