BaseGroupByType Class

Definition

The BaseGroupByType class represents the base class for derived classes that define grouped FindItem queries.

public ref class BaseGroupByType abstract
public abstract class BaseGroupByType
Public MustInherit Class BaseGroupByType
Inheritance
BaseGroupByType
Derived

Remarks

The BaseGroupByType class is the base class for the GroupByType and DistinguishedGroupByType classes.

Constructors

BaseGroupByType()

The BaseGroupByType constructor initializes a new instance of the BaseGroupByType class.

Properties

Order

The Order property gets or sets the order of the groups in the grouped item array that is returned in the response.

Applies to