Autodesk Vault ProfessionalVault API

HistoricalMode Property

Autodesk.DataManagement.Client.Framework.Vault.Forms.SettingsInteractiveAcquireFileSettings

Whether or not the dialog should display in Historical Mode or not.

Syntax

public System.bool HistoricalMode {get; set;}
Public Property HistoricalMode As System.Boolean

Remarks

If the dialog is in historical mode, you can only specify a single entity to acquire. Version gathering options will be changed to Actual or Revsion depending on if the Vault supports revisions. The version/revision selection drop down will be disabled. If the dialog is not in historical mode, you can only specify the latest version of an entity to acquire. Version gathering options will be set to Latest before displaying the interactive dialog. The version/revision selection drop down will be enabled.

See Also