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

Namespace: CMS.Modules
Assembly: CMS.Modules (in CMS.Modules.dll) Version: 9.0.0
Syntax
C#
public static int GetLastElementOrder(
	int parentElementId
)

Parameters

parentElementId
Type: SystemInt32
Parent element id

Return Value

Type: Int32
See Also