NumberRangeMatchKeyword Method

Matches a supported keyword. It can be overriden in derived classed to support additional keywords.

Definition

Namespace: GleamTech.DocumentUltimate
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
C#
protected virtual bool MatchKeyword(
	string keyword
)

Parameters

keyword  String
The lower case keyword string to match.

Return Value

Boolean
true if keyword is supported; otherwise, false.

See Also