Autodesk Vault ProfessionalVault API

UpdateReferencesModel Property

Autodesk.DataManagement.Client.Framework.Vault.SettingsAcquireFilesSettings.AcquireFileResolutionOptions

Gets a model which controls how file references will be udated after they are downloaded. If null, no file updates will take place.

Syntax

public UpdateFileReferencesModel UpdateReferencesModel {get;}
Public ReadOnly Property UpdateReferencesModel As UpdateFileReferencesModel

Remarks

The AcquireFilesSettings constructor turns on Reference Updating by default. However, there is an override in the constructor in which this feature can be turned off

See Also