Autodesk Vault ProfessionalVault API

CheckoutFileCommandEventArgs Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Information about the checkout File operation

Syntax

public sealed class CheckoutFileCommandEventArgs : WebServiceCommandEventArgs 
Public NotInheritable Class CheckoutFileCommandEventArgs
   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
CommentAssociates a comment with the checked out File.
FileIdThe File being checked out.
LocalPathThe location of the checked-out File on the client's machine.
MachineThe client's computer name.
OptionSpecifies where the placeholder information is to be taken from.

Returned By

Where you get a CheckoutFileCommandEventArgs — members that return one.

Inheritance Hierarchy

See Also