AcquireFileExtensibilityOptions.CanCheckoutFileEventArgs Class
Autodesk.DataManagement.Client.Framework.Vault.Forms›Autodesk.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.EventArgsProperties
| Name | Description |
|---|---|
| CanCheckoutFile | Sets if the file can be checked out when using the interactive acquisition. |
| FileAssociations | All the file associations that involve the FileIteration (as a child or a parent). |
| FileIteration | The File to evaluate whether or not it can be checked out. |
| ToolTip | A 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