Sets the CurrentParent to be the parent object of the current parent.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool SetCurrentParentUpOneLevel()
Visual Basic
Public Function SetCurrentParentUpOneLevel As Boolean
JScript
public function SetCurrentParentUpOneLevel() : boolean

Return Value

True if the current parent changed, false otherwise.

See Also