Autodesk Vault ProfessionalVault API

CheckinFileCommandEventArgs Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Information about the checkin File operation

Syntax

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

Properties

NameDescription
GuidThe unique identifier for the event.
ReturnValueThe updated File 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
AssociationsInformation about immediate child attachments and dependencies.
BomA bill of materials to associate with this file. This value will be null if there is no BOM.
CommentText data to be associated with the check-in.
CopyBomIf this value is true and the 'bom' parameter is null, then the BOM from the previous version will be copied for this version.
FileClassificationThe classification for the file.
FileMasterIdThe file being checked in.
HiddenA flag to indicate if a file should be hidden.
KeepCheckedOutIf set to true, the file will still be checked out to the user.
LastWriteThe last time the file was modified on the client's machine.
NewFileNameThe new file name. A null value means the name stays the same.

Returned By

Where you get a CheckinFileCommandEventArgs — members that return one.

Inheritance Hierarchy

See Also