Autodesk Vault ProfessionalVault API

GetLinkedChildren(IEnumerable<IEntity>,IEnumerable<String>) Method

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

Loads all of the linked entities contained in multiple parents

Syntax

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

Parameters

NameDescription
parentsThe parent entities to retrieve child links entities for
entityClassFilterIdIf null or empty, then all types of linked entities will be retrieved. Otherwise, than only entities with Entity Class Ids contained in this list will be retrieved. See Autodesk.DataManagement.Client.Framework.Vault.Currency.Entities.EntityClassIds.

Return Value

A list of linked entities contained in the parents.

See Also