Autodesk Vault ProfessionalVault API

MoveFolderCommandEventArgs Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Information about the move Folder operation

Syntax

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

Methods

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

Fields

NameDescription
FolderIdThe ID of the Folder being moved.
NewParentFolderIdThe ID of the Folder that will be the new parent Folder.

Returned By

Where you get a MoveFolderCommandEventArgs — members that return one.

Inheritance Hierarchy

See Also