Autodesk Vault ProfessionalVault API

ILinkManager Interface

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

This interface encapsulates all access to Vault Linked objects. It can be referenced via the Autodesk.DataManagement.Client.Framework.Vault.Currency.Connections.Connection.LinkManager property.

Syntax

public interface ILinkManager 
Public Interface ILinkManager 

Methods

NameDescription
GetLinkedChildrenLoads all of the links contained within an entity
GetLinkedChildren(IEntity,String)Loads all of the links contained within an entity
GetLinkedChildren(IEnumerable<IEntity>,IEnumerable<String>)Loads all of the linked entities contained in multiple parents

Returned By

Where you get a ILinkManager — members that return one.

See Also