AcquireFilesSettings.FileAcquisitionInfo Enumeration
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.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.EnumMembers
| Member | Description |
|---|---|
| FileCheckedOutToCurrentUserInSameLocation | The 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 |
| FileNeedsSyncWithRemoteSite | The 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. |
| FileOnDiskContainsEdits | The file on disk was downloaded from Vault but contains local edits that are not in Vault. |
| FileOnDiskHasSameChecksumButDifferentDate | The 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. |
| FileOnDiskIsNewer | The file on disk is newer than the file in the vault. Downloading the file might unintentionally replace a newer file with an older copy |
| FileOnDiskIsTheSame | The 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. |
| FileStateUknown | The 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. |
| None | None |
Inheritance Hierarchy
- System.Object
- System.ValueType
- System.Enum
- Autodesk.DataManagement.Client.Framework.Vault.Settings.AcquireFilesSettings.FileAcquisitionInfo