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

Gets a child based on a child info.

Syntax
C#
ICoreObjectResult<TChild> GetChild(TChildInfo childInfo);
Parameters
Description
TChildInfo childInfo
The info object of the child to be returned.

Returns a child based on the given child info.

Copyright © 2020. All rights reserved.