Checks if the order of the Phases can be modified.
Syntax
C#
public IOperationInfo CanReorderChild(PhaseInfosourcePhaseInfo, PhaseInfotargetPhaseInfo, ChildReorderBehavior childReorderBehavior);
Parameters
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
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.