QueryHelper BuildQueryWithHash Method ( String )Kentico 8.1 API Reference
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: 8.0.0.0 (8.1.5347.20411)

Parameters

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

Return Value

Type: OnlineString
See Also