| ContentProviderGetNodesContentByQuery Method | 
            Returns data selected by query after using specified transformation.
            
 
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic 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
See Also