Autodesk Vault ProfessionalVault API

IPersistableIdManager Interface

Autodesk.DataManagement.Client.Framework.VaultAutodesk.DataManagement.Client.Framework.Vault.Services.Connection

This interface encapsulates all access to Vault persistable ids. It can be referenced via the Autodesk.DataManagement.Client.Framework.Vault.Currency.Connections.Connection.PersistableIdManager property.

Syntax

public interface IPersistableIdManager 
Public Interface IPersistableIdManager 

Methods

NameDescription
GetPersistableIdsGets a persistable id for each entity in entities. This persistable id is used to uniquely identify the entity and can be safely persisted.
ResolvePersistableIdsRetrieves the entities for the supplied set of persistable ids.

Returned By

Where you get a IPersistableIdManager — members that return one.

See Also