| ContentProviderGetSingleNodeContent Method (String, String, String) | 
            Returns node content in XML format without any transformation.
            
 
Namespace: CMS.DocumentEngine.Web.UIAssembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxpublic 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
See Also