You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Core Namespace > Interfaces > ICoreObjectWithChildren<out TChild, TChildInfo> Interface
> ICoreObjectWithChildren<out TChild, TChildInfo> Methods > ICoreObjectWithChildren<out TChild, TChildInfo>.GetChildren Method
Close
Ofcas.Lk.Api.Client - Version 3.0
ICoreObjectWithChildren<out TChild, TChildInfo>.GetChildren Method

Gets children based on child infos.

Syntax
C#
ICoreObjectListResult<TChild> GetChildren(IEnumerable<TChildInfo> childrenInfos = null);
Parameters
Description
IEnumerable<TChildInfo> childrenInfos = null
The info objects of the children to be returned.

Returns a list of children based on the given child infos.

Copyright ORGADATA AG © 2023. All rights reserved.