FileAcquisitionRestriction Class
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.DataManagement.Client.Framework.Vault.Currency.Restrictions
This is a specialized EntityRestriction that can occur during an attempt to acquire (get or checkout) a file from the vault.
Syntax
public sealed class FileAcquisitionRestriction : EntityRestriction Public NotInheritable Class FileAcquisitionRestriction
Inherits EntityRestrictionConstructors
| Name | Description |
|---|---|
| FileAcquisitionRestriction | Constructs an instance of the FileAcquisitionRestriction object |
Properties
| Name | Description |
|---|---|
| Code | Gets the type of restriction |
| DownloadPath | Gets the physical location on the file on disk |
| Entity | The entity affected by this restriction. |
| File | Gets the file that this restriction applies to |
| IsCheckOutRestriction | Gets whether the file is a part of a checkout operation |
| IsOverrideable | Gets if the resriction can be overridden by the user. |
| Reason | Gets a human readable description of the reason for the failure |
| RestrictedObjectName | Gets the name of the object that this restriction affects. |
| RestrictionReason | Gets the reason for this restriction if needed. |
| RestrictionText | Gets the reson for this restriction. |
Returned By
Where you get a FileAcquisitionRestriction — members that return one.
- AcquireFilesSettings.AcquireFileExtensibilityOptions.PreAcquireEventArgs.Restrictions
- FileAcquisitionResult.Restrictions
Inheritance Hierarchy
- System.Object
- Autodesk.DataManagement.Client.Framework.Currency.Restriction
- Autodesk.DataManagement.Client.Framework.Vault.Currency.Restrictions.EntityRestriction
- Autodesk.DataManagement.Client.Framework.Vault.Currency.Restrictions.FileAcquisitionRestriction