Click or drag to resize
TreePathUtilsIsMenuItemType Method
Returns true, if the class name is considered to be menu item type document.

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

Parameters

className
Type: SystemString
Class name to analyze

Return Value

Type: Boolean
See Also