Click or drag to resize
SearchIndexSettingsInfoMatchPath Method
Returns true if there is path in this item which matches(subpath or exect match) specified parameter.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
public bool MatchPath(
	string path
)

Parameters

path
Type: SystemString
Path to be matched

Return Value

Type: Boolean
See Also