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

Gets Phases based on the list of PhaseInfos.

Syntax
C#
public override IList<Phase> GetChildren(IEnumerable<PhaseInfo> childrenInfos = null);
Parameters
Description
IEnumerable<PhaseInfo> childrenInfos = null
The PhaseInfos of the Phases to be returned. If an empty list is given all Phases of this Project will be returned.

Returns a list of Phases based on the given PhaseInfos.

Copyright © 2019. All rights reserved.