Click or drag to resize
CMSAbstractQueryPropertiesQueryParameters Property
Query parameters.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.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