Click or drag to resize
UIElementInfoProviderMoveUIElementUp Method
Moves specified UI element up within the parent UI element.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 8.2.23
Syntax
C#
public static void MoveUIElementUp(
	int elementId
)

Parameters

elementId
Type: SystemInt32
ID of the UI element
See Also