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>.CanGetChild Method
Close
Ofcas.Lk.Api.Client - Version 3.0
ICoreObjectWithChildren<out TChild, TChildInfo>.CanGetChild Method

Checks if a child based on a child info can be retrieved.

Syntax
C#
IOperationInfo CanGetChild(TChildInfo childInfo);
Parameters
Description
TChildInfo childInfo
The info object of the child to be returned.

Returns an IOperationInfo, which indicates whether the child can be retrieved.

Copyright © 2020. All rights reserved.