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: 12.0.0
Syntax 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:
StringSee Also