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

Checks if the order of the Phases can be modified.

Syntax
C#
public IOperationInfo CanReorderChild(PhaseInfo sourcePhaseInfo, PhaseInfo targetPhaseInfo, ChildReorderBehavior childReorderBehavior);
Parameters
Description
PhaseInfo sourcePhaseInfo
The guid of the child to move.
PhaseInfo targetPhaseInfo
The guid of the phase used as an orientation point.
ChildReorderBehavior childReorderBehavior
Where to insert the child relative to the target child.

Returns an IOperationInfo to determine if the order of the Phases can be modified. If it's not possible to change the order the Phases a list of restrictions is attached to it.

Copyright © 2020. All rights reserved.