SearchAppendInFilter Method

Definition

Namespace: Centralpoint
Assembly: Centralpoint (in Centralpoint.dll) Version: 2.0.0.0 (2.0.0.0)
C#
private static void AppendInFilter(
	string field,
	string keyword,
	ref StringBuilder sb,
	SearchMatches match
)

Parameters

field  String
 
keyword  String
 
sb  StringBuilder
 
match  SearchMatches
 

See Also