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: 9.0.0
Syntax public bool MatchPath(
string path
)
Parameters
- path
- Type: SystemString
Path to be matched
Return Value
Type:
BooleanSee Also