You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Client.Ui Namespace > Classes > ProjectUi Class > ProjectUi Methods > ProjectUi.GetChildren Method
Close
Ofcas.Lk.Api.Client - Version 3.0
ProjectUi.GetChildren Method

Gets a PhaseUis based on a PhaseInfos.

Syntax
C#
public new IEnumerable<PhaseUi> GetChildren(IEnumerable<PhaseInfo> childrenInfos = null);
Parameters
Description
IEnumerable<PhaseInfo> childrenInfos = null
The PhaseInfos of the PhaseUis to be returned. If an empty list is given all PhaseUis of this ProjectUi will be returned.

Returns a list of PhaseUi based on the given PhaseInfos.

Exceptions
Description
ArgumentNullException
Thrown if list of PhaseInfos is null.
Copyright © 2021 Orgadata AG. All rights reserved.