Autodesk Vault ProfessionalVault API

AcquireFilesSettings.FileAcquisitionInfo Enumeration

Autodesk.DataManagement.Client.Framework.VaultAutodesk.DataManagement.Client.Framework.Vault.Settings

Flags which give relevant per-file information for download or checkout.

Syntax

public enum AcquireFilesSettings.FileAcquisitionInfo : System.Enum 
Public Enum AcquireFilesSettings.FileAcquisitionInfo
   Inherits System.Enum

Members

MemberDescription
FileCheckedOutToCurrentUserInSameLocationThe file is already checked out to the current user at the specified location. Downloading the file to the same location might unintentionally overwrite the users edits
FileNeedsSyncWithRemoteSiteThe file is missing on the server that the user is connected to and the server needs to by Synced before the file can be downloaded.
FileOnDiskContainsEditsThe file on disk was downloaded from Vault but contains local edits that are not in Vault.
FileOnDiskHasSameChecksumButDifferentDateThe file on disk has a matching checksum to the file in vault. The file will not be downloaded, but will have its create date adjusted.
FileOnDiskIsNewerThe file on disk is newer than the file in the vault. Downloading the file might unintentionally replace a newer file with an older copy
FileOnDiskIsTheSameThe file on disk is the same as the file in the vault (it has the same checksum and date). The file will not be downloaded.
FileStateUknownThe local file state is unknown because it was not calculated. This is likely because the acquisition settings for the download has it's ForceOverwrite setting set to true.
NoneNone

Inheritance Hierarchy

  • System.Object
  • System.ValueType
  • System.Enum
  • Autodesk.DataManagement.Client.Framework.Vault.Settings.AcquireFilesSettings.FileAcquisitionInfo

See Also