ConvertLinksToEntities Method
Converts a list of links to the entities that they point to
Syntax
System.Collections.Generic.IDictionary<Link,IEntity> ConvertLinksToEntities(
Connection vltConn,
System.Collections.Generic.IEnumerable<Link> links
)Function ConvertLinksToEntities( _
ByVal vltConn As Connection, _
ByVal links As System.Collections.Generic.IEnumerable(Of Link) _
) As System.Collections.Generic.IDictionary(Of Link,IEntity)Parameters
| Name | Description |
|---|---|
| vltConn | A connection to a vault server |
| links | A list of links to convert |
Return Value
A dictionary mapping a the link to the Entity that the link points to