Autodesk Vault ProfessionalVault API

LoadVersions Method

Autodesk.DataManagement.Client.Framework.Vault.Forms.ControlsClassicRevisionsDropdownControl

Load this control with all of the versions for a file

Syntax

public System.Threading.Tasks.Task LoadVersions(
   Connection vltConn,
   FileIteration fileIteration,
   System.bool showFloatingLatest
)
Public Function LoadVersions( _
   ByVal vltConn As Connection, _
   ByVal fileIteration As FileIteration, _
   ByVal showFloatingLatest As System.Boolean _
) As System.Threading.Tasks.Task

Parameters

NameDescription
vltConnA connection to a Vault server
fileIterationThe file to display versions for
showFloatingLatestIf true, the combobox will have an extra line in it to identify the Latest Version

See Also