Autodesk Vault ProfessionalVault API

GetLinkedChildren(IEntity,String) Method

Autodesk.DataManagement.Client.Framework.Vault.Services.ConnectionILinkManager

Loads all of the links contained within an entity

Syntax

System.Collections.Generic.IEnumerable<IEntity> GetLinkedChildren(
   IEntity parent,
   System.string entityClassFilterId
)
Overloads Function GetLinkedChildren( _
   ByVal parent As IEntity, _
   ByVal entityClassFilterId As System.String _
) As System.Collections.Generic.IEnumerable(Of IEntity)

Parameters

NameDescription
parentThe entity to retrieve links entities for
entityClassFilterIdIf null or empty, then all types of linked entities will be retrieved. Otherwise, than only entities with this Entity class ID will be retrieved. See Autodesk.DataManagement.Client.Framework.Vault.Currency.Entities.EntityClassIds.

Return Value

A list of linked entities contained in the parent.

See Also