Autodesk Vault ProfessionalVault API

ResolvePersistableIds Method

Autodesk.DataManagement.Client.Framework.Vault.Services.ConnectionIPersistableIdManager

Retrieves the entities for the supplied set of persistable ids.

Syntax

System.Collections.Generic.IDictionary<string,IEntity> ResolvePersistableIds(
   System.Collections.Generic.IEnumerable<string> persistableIds
)
Function ResolvePersistableIds( _
   ByVal persistableIds As System.Collections.Generic.IEnumerable(Of String) _
) As System.Collections.Generic.IDictionary(Of String,IEntity)

Parameters

NameDescription
persistableIdsThe persistable ids to retrieve entities for

Return Value

A dictionary which maps the supplied persistable id to the entity

See Also