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

Moves a child from it's current position to a new position defined by the targetPhaseInfo and the ChildReorderBehavior. Changes the order of phases.

Syntax
C#
public void ReorderChild(PhaseInfo sourcePhaseInfo, PhaseInfo targetPhaseInfo, ChildReorderBehavior childReorderBehavior);
Parameters
Description
PhaseInfo sourcePhaseInfo
The info of the child to move.
PhaseInfo targetPhaseInfo
The info of the child to use as an orientation point.
ChildReorderBehavior childReorderBehavior
Where to insert the source child relative to the target child.
Copyright © 2021 Orgadata AG. All rights reserved.