Click or drag to resize
SearchIndexSettingsInfoMatchPath Method
Returns true if Path in this item matches specified parameter.

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

Parameters

path
Type: SystemString
Path to be matched

Return Value

Type: Boolean
See Also