SearchGenerateFilter(String, String, SearchMatches, Int32, TimeZoneInfo) Method

Definition

Namespace: Centralpoint
Assembly: Centralpoint (in Centralpoint.dll) Version: 2.0.0.0 (2.0.0.0)
C#
public static string GenerateFilter(
	string field,
	string[] keywords,
	SearchMatches match,
	int minKeywordLength,
	TimeZoneInfo timeZoneInfo
)

Parameters

field  String
 
keywords  String
 
match  SearchMatches
 
minKeywordLength  Int32
 
timeZoneInfo  TimeZoneInfo
 

Return Value

String

See Also