FileAcquisitionRestriction.RestrictionCode Enumeration
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.DataManagement.Client.Framework.Vault.Currency.Restrictions
Describes the type of restriction
Syntax
public enum FileAcquisitionRestriction.RestrictionCode : System.Enum Public Enum FileAcquisitionRestriction.RestrictionCode
Inherits System.EnumMembers
| Member | Description |
|---|---|
| CustomRestriction | The vault file can not be downloaded due to a custom reason defined by the Vault API consumer. |
| FileIsCheckedOutInSharedFolder | The vault file can not be downloaded to the specified location because another vault user has the file checked out in the same shared network location |
| FileIsCheckedOutToSelfInAnotherDirectory | The vault file can not be checked out because it is already checked out to the current user in another directory |
| FileIsCheckedOutToSelfOnAnotherMachine | The vault file can not be checked out because it is already checked out to the current user on another machine |
| FileIsCheckedOutToSomeoneElse | The vault file can not be checked out because it is checked out by another user |
| FileLocked | The vault file can not be downloaded because the physical file on disk is locked, which could happen due to a sharing violation or it the file is in use by another process. |
| FileOutOfScope | The vault file cannot be downloaded because it is outside of the scope of the 'common vault path' |
| LocalFilePathTooLong | The local file path to download to is too long. |
| None | There is no restriction for the file |
| NotLatestFileCannotBeCheckedOut | The vault file can not be checked out because it is not the latest version of the file |
Inheritance Hierarchy
- System.Object
- System.ValueType
- System.Enum
- Autodesk.DataManagement.Client.Framework.Vault.Currency.Restrictions.FileAcquisitionRestriction.RestrictionCode