Click or drag to resize
CMSMenuGetMinNodeLevel Method
Returns minimum NodeLevel of all nodes in the provided dataset.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
protected int GetMinNodeLevel(
	DataSet menuItemsDS
)

Parameters

menuItemsDS
Type: System.DataDataSet
Dataset containing all nodes at all levels

Return Value

Type: Int32
See Also