Click or drag to resize
QueryHelperBuildQuery Method
Build the query from the given items

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static string BuildQuery(
	params string[] items
)

Parameters

items
Type: SystemString
Items of the query, in format [param1name, param1value, param2name, param2value], skips the items with empty value

Return Value

Type: String
See Also