Click or drag to resize
QueryHelperBuildQueryWithHash Method (String)
Build the query from the given items and adds the hash to the query. The hash is user-specific.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static string BuildQueryWithHash(
	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