LoadVersions Method
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.TaskParameters
| Name | Description |
|---|---|
| vltConn | A connection to a Vault server |
| fileIteration | The file to display versions for |
| showFloatingLatest | If true, the combobox will have an extra line in it to identify the Latest Version |