Click or drag to resize
CMSAbstractQueryPropertiesQueryParameters Property
Query parameters.

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

Property Value

Type: QueryDataParameters
Remarks
The first dimension contains the name of the parameter in format @param, the second dimension contains its value.
See Also