Click or drag to resize
CMSSearchDialogCustomQueryStringData Property
Gets or sets the custom query string which is placed after search querystring data, do not use & or ? on start of the custom query string.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public string CustomQueryStringData { get; set; }

Property Value

Type: String
See Also