Autodesk Vault ProfessionalVault API

AcquireFileExtensibilityOptions.CanCheckoutFileEventArgs Class

Autodesk.DataManagement.Client.Framework.Vault.FormsAutodesk.DataManagement.Client.Framework.Vault.Forms.Settings

The event arguments for the CanCheckoutFile event

Syntax

public class AcquireFileExtensibilityOptions.CanCheckoutFileEventArgs : System.EventArgs 
Public Class AcquireFileExtensibilityOptions.CanCheckoutFileEventArgs
   Inherits System.EventArgs

Properties

NameDescription
CanCheckoutFileSets if the file can be checked out when using the interactive acquisition.
FileAssociationsAll the file associations that involve the FileIteration (as a child or a parent).
FileIterationThe File to evaluate whether or not it can be checked out.
ToolTipA string to use as a tooltip with the reason why the file cannot be checked out. Only used if the checkout is not allowed.

Inheritance Hierarchy

  • System.Object
  • System.EventArgs
  • Autodesk.DataManagement.Client.Framework.Vault.Forms.Settings.AcquireFileExtensibilityOptions.CanCheckoutFileEventArgs

See Also