Click or drag to resize
ContentProviderGetNodesContentByQuery Method
Returns data selected by query after using specified transformation.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public string GetNodesContentByQuery(
	string queryName,
	QueryDataParameters parameters,
	string transformationName = null,
	string where = null,
	string orderBy = null
)

Parameters

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

Return Value

Type: String
See Also