Click or drag to resize
IGroupedData Interface
Hierarchical data interface

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public interface IGroupedData : IEnumerable

The IGroupedData type exposes the following members.

Methods
  NameDescription
Public methodGetItems
Gets the items based on the given key
Top
Extension Methods
  NameDescription
Public Extension MethodToJSON
Returns JSON representation of current instance of IEnumerable.
(Defined by DataExtensions.)
Public Extension MethodToXML
Returns XML representation of current instance of IEnumerable.
(Defined by DataExtensions.)
Top
Properties
  NameDescription
Public propertyTopItem
Top item in the hierarchy
Top
See Also