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