Click or drag to resize
ContentProvider.GetNodesContent Method (String, String, String, Boolean, String, String, String, String)
Returns content of nodes after using specified transformation.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
public string GetNodesContent(
	string siteName,
	string path,
	string culture,
	bool combineWithDefCulture,
	string classNames,
	string transformationName,
	string where,
	string orderBy
)

Parameters

siteName
Type: System.String
Site name
path
Type: System.String
Node path
culture
Type: System.String
Culture code
combineWithDefCulture
Type: System.Boolean
Combine with default culture
classNames
Type: System.String
Classnames list (separated by the semicolon)
transformationName
Type: System.String
Transformation name in format application.class.transformation
where
Type: System.String
Where condition
orderBy
Type: System.String
ORDER BY SQL expressions (without the ORDERBY keyword)

Return Value

Type: String
Remarks
The default sorting is ascending by node name.
See Also