GetLinkedChildren(IEnumerable<IEntity>,IEnumerable<String>) Method
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
| Name | Description |
|---|---|
| parents | The parent entities to retrieve child links entities for |
| entityClassFilterId | If 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.