Autodesk Vault ProfessionalVault API

AddFolderCommandEventArgs Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Information about the add Folder operation

Syntax

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

Properties

NameDescription
GuidThe unique identifier for the event.
ReturnValueThe new Folder object.
StatusThe status of the command. Used in the Post event to see of the command was successful.

Methods

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

Fields

NameDescription
FolderNameThe name of the Folder.
IsLibraryTells if the Folder is a library.
ParentIdThe Folder location where the new Folder is being added.

Returned By

Where you get a AddFolderCommandEventArgs — members that return one.

Inheritance Hierarchy

See Also