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

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
protected static bool CheckPath(
	string currentPath,
	string[] startingPath
)

Parameters

currentPath
Type: SystemString
Current alias path
startingPath
Type: SystemString
String array with start path items

Return Value

Type: Boolean
See Also