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

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
protected DataSet GetMenuItems(
	string resolvedPath,
	bool siteMap
)

Parameters

resolvedPath
Type: System.String
Resolved path
siteMap
Type: System.Boolean
If true, sitemap items are read otherwise menu items are read

Return Value

Type: DataSet
See Also