Click or drag to resize
ContentProvider Class
Renders content using tree data and stylesheets.
Inheritance Hierarchy
SystemObject
  CMS.ControlsContentProvider

Namespace: CMS.Controls
Assembly: CMS.Controls (in CMS.Controls.dll) Version: 8.2.23
Syntax
C#
public class ContentProvider

The ContentProvider type exposes the following members.

Constructors
  NameDescription
Public methodContentProvider
Top
Methods
  NameDescription
Public methodGetNodesContent(String, String, String, Boolean)
Returns content of nodes in XML format without any transformation.
Public methodGetNodesContent(String, String, String, Boolean, String)
Returns content of nodes in XML format without any transformation.
Public methodGetNodesContent(String, String, String, Boolean, String, String)
Returns content of nodes after using specified transformation.
Public methodGetNodesContent(String, String, String, Boolean, String, String, String)
Returns content of nodes after using specified transformation.
Public methodGetNodesContent(String, String, String, Boolean, String, String, String, String)
Returns content of nodes after using specified transformation.
Public methodGetNodesContent(String, String, String, Boolean, String, String, String, String, Int32)
Returns content of nodes after using specified transformation.
Public methodGetNodesContent(String, String, String, Boolean, String, String, String, String, Int32, Boolean)
Returns content of nodes after using specified transformation.
Public methodGetNodesContent(String, String, String, Boolean, String, String, String, String, Int32, Boolean, Boolean, Int32)
Returns content of nodes after using specified transformation.
Public methodGetNodesContent(String, String, String, Boolean, String, String, String, String, Int32, Boolean, Boolean, Guid, String, Boolean, Int32)
Returns content of nodes after using specified transformation.
Public methodGetNodesContentByQuery
Returns data selected by query after using specified transformation.
Public methodGetSingleNodeContent(String, String, String)
Returns node content in XML format without any transformation.
Public methodGetSingleNodeContent(String, String, String, Boolean, String, String, Boolean, Boolean)
Returns node content after using specified transformation.
Public methodTransform
Transforms XML document using provided XSL style sheet.
Top
Extension Methods
  NameDescription
Public Extension MethodAsValue
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.)
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Top
Properties
  NameDescription
Public propertyTreeProvider
Tree provider instance used for accessing data. If no TreeProvider instance is assigned, a new one is created.
Top
See Also