Click or drag to resize
CMSAbstractMenuPropertiesGetMenuItems Method
Reads sitemap items or menu items from the database and returns them as a DataSet.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
protected DataSet GetMenuItems(
	string resolvedPath,
	bool siteMap
)

Parameters

resolvedPath
Type: SystemString
Resolved path
siteMap
Type: SystemBoolean
If true, sitemap items are read otherwise menu items are read

Return Value

Type: DataSet
See Also