You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Core Namespace > Classes > CoreObjectWithChildren<TChild, TChildInfo> Class > CoreObjectWithChildren<TChild, TChildInfo> Methods > RefreshChild Method > CoreObjectWithChildren<TChild, TChildInfo>.RefreshChild Method (Predicate<TChildInfo>, object)
CoreObjectWithChildren<TChild, TChildInfo>.RefreshChild Method (Predicate<TChildInfo>, object)
Close
Ofcas.Lk.Api.Client - Version 3.0
CoreObjectWithChildren<TChild, TChildInfo>.RefreshChild Method (Predicate<TChildInfo>, object)

Refreshes all infos and returns the appropriate info.

Syntax
C#
protected TChildInfo RefreshChild(Predicate<TChildInfo> predicate, object childInformation);
Parameters
Description
Predicate<TChildInfo> predicate
The predicate for the given info.
object childInformation
Additional information identifying the child in case of error.

Returns the refreshed info object.

Exceptions
Description
if the child was not include in the list
Copyright © 2019. All rights reserved.