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

Checks if the order of the Elevations can be modified.

Syntax
C#
public IOperationInfo CanReorderChild(ElevationInfo sourceElevationInfo, ElevationInfo targetElevationInfo, ChildReorderBehavior childReorderBehavior);
Parameters
Description
ElevationInfo sourceElevationInfo
The guid of the child to move.
ElevationInfo targetElevationInfo
The guid of the elevation 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 Elevations can be modified. If it's not possible to change the order the Elevation a list of restrictions is attached to it.

Copyright © 2020. All rights reserved.