The Value for a Property that was configured to use a NavigationRecords tag.

This interface represents the subset of NavigationResult necessary to build a record list from the results.

Namespace:  Endeca.Data.Content.Navigation
Assembly:  Endeca.Data.Content (in Endeca.Data.Content.dll) Version: 2.1.2.0 (2.1.2.0)

Syntax

C#
public interface INavigationRecords
Visual Basic (Declaration)
Public Interface INavigationRecords
Visual C++
public interface class INavigationRecords

Remarks

The results contained in instances of this interface do not necessarily match the results that are contained in the root NavigationDataSource's NavigationResults.

See Also