| CMSBreadCrumbsCheckPath Method | 
            Returns true if current alias path could be displayed.
            
 
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxprotected 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
See Also