ContentProvider GetNodesContentByQuery Method Kentico 8.1 API Reference
Returns data selected by query after using specified transformation.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

queryName
Type: OnlineSystem String
Query name in format application.class.query
parameters
Type: CMS.DataEngine QueryDataParameters
Query parameters
transformationName (Optional)
Type: OnlineSystem String
Transformation name in format application.class.transformation
where (Optional)
Type: OnlineSystem String
Where condition
orderBy (Optional)
Type: OnlineSystem String
ORDER BY SQL expressions (without the ORDERBY keyword

Return Value

Type: OnlineString
See Also