Autodesk Vault ProfessionalVault API

AddFileCommandEventArgs Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Information about the add File operation

Syntax

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

Properties

NameDescription
GuidThe unique identifier for the event.
ReturnValueThe added File.
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
AssociationsThe attachments and dependencies.
BomThe bill of materials to associate with the File.
CommentThe comment to be associated with version 1 of the File.
FileClassificationThe classification of the File.
FileNameThe File name.
FolderIdThe Folder location of the new File.
HiddenMetadata to indiciate if the client should display the File.
LastWriteThe last time the file had been modified on the local disk.

Returned By

Where you get a AddFileCommandEventArgs — members that return one.

Inheritance Hierarchy

See Also