Click or drag to resize
UIElementInfoProviderGetLastElementOrderInternal Method
Returns last order for specified parent element.

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntax
C#
protected virtual int GetLastElementOrderInternal(
	int parentElementId
)

Parameters

parentElementId
Type: SystemInt32
Parent element id

Return Value

Type: Int32
See Also