ModuleSortResult

IMu.ModuleSortResult

IMu.ModuleSortResult

Since: 1.0

Description

Provides results from a call to the Module Sort( ) method. This is a recursive structure holding the information for one sort key. Information for secondary, tertiary and subsequent sort keys is stored in nested ModuleSortResult objects.

Properties

Property

Details

Count

int Count

The number of distinct terms returned in the result set.

Terms

ModuleSortTerm[] Terms

The array of the distinct terms for a sort key. Each term is represented by a ModuleSortTerm object.