Autodesk Vault ProfessionalVault API

DeleteFileCommandEventArgs Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Information about the delete File operation

Syntax

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

Methods

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

Fields

NameDescription
FileMasterIdsThe Files being deleted.
FolderIdThe folder that the files are being deleted from.

Returned By

Where you get a DeleteFileCommandEventArgs — members that return one.

Inheritance Hierarchy

See Also