| ContentProviderGetNodesContent Method (String, String, String, Boolean, String) | 
            Returns content of nodes 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 GetNodesContent(
	string siteName,
	string path,
	string culture,
	bool combineWithDefCulture,
	string classNames
)
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)
Return Value
Type: 
String See Also
See Also