Click or drag to resize
KqlCriteriaKqlEncode Method

Note: This API is now obsolete.

Encodes a string to be used in a KQL Query.

Namespace: Colygon.MatchPoint.Search.Query.Keyword
Assembly: Colygon.MatchPoint.Server (in Colygon.MatchPoint.Server.dll) Version: 2013.11.0.0
Syntax
C#
[ObsoleteAttribute]
public static string KqlEncode(
	string s
)

Parameters

s
Type: SystemString
The string to encode.

Return Value

Type: String
The KQL encoded string.
See Also