Click or drag to resize
TreePathUtilsIsMenuItemType Method
Returns true, if the class name is considered to be menu item type document (CMS.MenuItem or CMS.Root in basic).

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static bool IsMenuItemType(
	string className
)

Parameters

className
Type: SystemString
Class name to analyze

Return Value

Type: Boolean
See Also