Gets the map of search breadcrumbs by the dimension that was searched.
Namespace:
Endeca.DataAssembly: Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)
Syntax
| C# |
|---|
public ReadOnlyDictionary<string, Collection<SearchReport>> SearchReports { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property SearchReports As ReadOnlyDictionary(Of String, Collection(Of SearchReport)) |
| Visual C++ |
|---|
public: property ReadOnlyDictionary<String^, Collection<SearchReport^>^>^ SearchReports { ReadOnlyDictionary<String^, Collection<SearchReport^>^>^ get (); } |