| ContentProviderGetNodesContent Method (String, String, String, Boolean, String, String, String, String) | 
            Returns content of nodes 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 GetNodesContent(
	string siteName,
	string path,
	string culture,
	bool combineWithDefCulture,
	string classNames,
	string transformationName,
	string where,
	string orderBy
)
Parameters
- siteName
- Type: SystemString
 Site name
- path
- Type: SystemString
 Node path
- culture
- Type: SystemString
 Culture code
- combineWithDefCulture
- Type: SystemBoolean
 Combine with default culture
- classNames
- Type: SystemString
 Classnames list (separated by the semicolon)
- transformationName
- Type: SystemString
 Transformation name in format application.class.transformation
- where
- Type: SystemString
 Where condition
- orderBy
- Type: SystemString
 ORDER BY SQL expressions (without the ORDERBY keyword)
Return Value
Type: 
String Remarks
RemarksThe default sorting is ascending by node name.
 See Also
See Also