GetSelectableRevisions Method
Gets a list of revisions that can be selected by a user for a given entity
Syntax
System.Collections.Generic.IEnumerable<EntityRevision> GetSelectableRevisions(
Connection vltConn,
IEntity entity
)Function GetSelectableRevisions( _
ByVal vltConn As Connection, _
ByVal entity As IEntity _
) As System.Collections.Generic.IEnumerable(Of EntityRevision)Parameters
| Name | Description |
|---|---|
| vltConn | A connection to a vault server |
| entity | The entity to retrieve the revisions for |
Return Value
A list of information about available revisions for the specified entity