Autodesk Vault ProfessionalVault API

GetSelectableRevisions Method

Autodesk.DataManagement.Client.Framework.Vault.InterfacesIEntityOperationProvider

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

NameDescription
vltConnA connection to a vault server
entityThe entity to retrieve the revisions for

Return Value

A list of information about available revisions for the specified entity

See Also