CatDisplayCategoryTable::doConvertNestedSetBoundsToUsable Method
Converts the given nested set boundary values to usable nested set values.
Syntax
client server public static container doConvertNestedSetBoundsToUsable(container _lrb)
Run On
Called
Parameters
- _lrb
Type: container
A container of two real values, the first is the left boundary value and the second is the right boundary value.
Return Value
Type: container
A container of two real values, the first being the left usable value and the second is the right usable value.
Remarks
The nested set boundary values cannot be used without violating the integrity because existing nodes are already using them.
This method converts the given boundary values to nested set values that can be used without violating the integrity.