Autodesk Vault ProfessionalVault API

FileAcquisitionRestriction.RestrictionCode Enumeration

Autodesk.DataManagement.Client.Framework.VaultAutodesk.DataManagement.Client.Framework.Vault.Currency.Restrictions

Describes the type of restriction

Syntax

public enum FileAcquisitionRestriction.RestrictionCode : System.Enum 
Public Enum FileAcquisitionRestriction.RestrictionCode
   Inherits System.Enum

Members

MemberDescription
CustomRestrictionThe vault file can not be downloaded due to a custom reason defined by the Vault API consumer.
FileIsCheckedOutInSharedFolderThe 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
FileIsCheckedOutToSelfInAnotherDirectoryThe vault file can not be checked out because it is already checked out to the current user in another directory
FileIsCheckedOutToSelfOnAnotherMachineThe vault file can not be checked out because it is already checked out to the current user on another machine
FileIsCheckedOutToSomeoneElseThe vault file can not be checked out because it is checked out by another user
FileLockedThe 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.
FileOutOfScopeThe vault file cannot be downloaded because it is outside of the scope of the 'common vault path'
LocalFilePathTooLongThe local file path to download to is too long.
NoneThere is no restriction for the file
NotLatestFileCannotBeCheckedOutThe 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

See Also