Autodesk Vault ProfessionalVault API

AcquireFilesSettings.SyncWithRemoteSite Enumeration

Autodesk.DataManagement.Client.Framework.VaultAutodesk.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.Enum

Members

MemberDescription
AlwaysFiles will automatically be synchronized with a remote site.
NeverFiles should never be synchronized. A file will not be acquired if it is not present on the logged in server
ValidateThe 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

See Also