Click or drag to resize
QueryHelperBuildQueryWithHash Method (Boolean, String)
Build the query from the given items and adds the hash to the query

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

Parameters

userSpecific
Type: SystemBoolean
Determines whether the hash is user specific or not.
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