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

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

Parameters

elementId
Type: SystemInt32
ID of the UI element
See Also