Click or drag to resize
ContentProviderGetSingleNodeContent Method (String, String, String)
Returns node content in XML format without any transformation.

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 9.0.0
Syntax
C#
public string GetSingleNodeContent(
	string siteName,
	string path,
	string culture
)

Parameters

siteName
Type: SystemString
Site name
path
Type: SystemString
Node path
culture
Type: SystemString
Culture code

Return Value

Type: String
See Also