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

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

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

Return Value

Type: String
See Also