ContentProvider GetSingleNodeContent Method Kentico 8.0 API Reference
Overload List

  NameDescription
Public methodGetSingleNodeContent(String, String, String)
Returns node content in XML format without any transformation.
Public methodGetSingleNodeContent(String, String, String, Boolean, String)
Returns node content in XML format without any transformation. This is a faster variant to the overloaded version without class name specified.
Public methodGetSingleNodeContent(String, String, String, Boolean, String, String)
Returns node content after using specified transformation.
Public methodGetSingleNodeContent(String, String, String, Boolean, String, String, Boolean)
Returns node content after using specified transformation.
Public methodGetSingleNodeContent(String, String, String, Boolean, String, String, Boolean, Boolean)
Returns node content after using specified transformation.
Back to Top
See Also