AcquireFilesSettings.SyncWithRemoteSite Enumeration
Autodesk.DataManagement.Client.Framework.Vault›Autodesk.DataManagement.Client.Framework.Vault.Settings
Options which determines how to handle files on the server that need to be synchronized with a remote site in a replication environment
Syntax
public enum AcquireFilesSettings.SyncWithRemoteSite : System.Enum Public Enum AcquireFilesSettings.SyncWithRemoteSite
Inherits System.EnumMembers
| Member | Description |
|---|---|
| Always | Files will automatically be synchronized with a remote site. |
| Never | Files should never be synchronized. A file will not be acquired if it is not present on the logged in server |
| Validate | The user should decide whether the fill will be synchronized with a remote site. |
Inheritance Hierarchy
- System.Object
- System.ValueType
- System.Enum
- Autodesk.DataManagement.Client.Framework.Vault.Settings.AcquireFilesSettings.SyncWithRemoteSite