LoadRevisions Method
Load this control with all of the revisions for an Entity object
Syntax
public System.Threading.Tasks.Task LoadRevisions(
Connection vltConn,
IEntity entity,
System.bool showFloatingLatest,
System.bool selectGetLatest
)Public Function LoadRevisions( _
ByVal vltConn As Connection, _
ByVal entity As IEntity, _
ByVal showFloatingLatest As System.Boolean, _
Optional ByVal selectGetLatest As System.Boolean _
) As System.Threading.Tasks.TaskParameters
| Name | Description |
|---|---|
| vltConn | A connection to a Vault server |
| entity | The entity to display revisions for |
| showFloatingLatest | If true, the combobox will have an extra line in it to identify the Latest Revision |
| selectGetLatest |