CMSAbstractQueryPropertiesQueryParameters Property |
Query parameters.
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 12.0.0
Syntax public QueryDataParameters QueryParameters { get; set; }
Property Value
Type:
QueryDataParametersRemarks The first dimension contains the name of the parameter in format @param, the second dimension contains its value.
See Also