| SearchIndexSettingsInfoMatchPath Method | 
            Returns true if there is path in this item which matches(subpath or exect match) specified parameter.
            
 
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
 Syntax
Syntaxpublic bool MatchPath(
	string path
)
Parameters
- path
- Type: SystemString
 Path to be matched
Return Value
Type: 
Boolean See Also
See Also