Click or drag to resize
CMSBreadCrumbs.CheckPath Method
Returns true if current alias path could be displayed.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 12.0.0
Syntax
C#
protected static bool CheckPath(
	string currentPath,
	string[] startingPath
)

Parameters

currentPath
Type: System.String
Current alias path
startingPath
Type:System.String[]
String array with start path items

Return Value

Type: Boolean
See Also