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

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 13.0.131
Syntax
C#
protected virtual void MoveUIElementUpInternal(
	int elementId
)

Parameters

elementId
Type: System.Int32
ID of the UI element
See Also