Creates a new
ResultResolver supplying an
IList<(Of <(T>)>).
The
CommandInfos contain Endeca queries and results which are indexed in order
to facilitate looking up
DimensionValues and
Records by ID.
Namespace:
Endeca.Web.Url.Seo.Indexing
Assembly:
Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.1.0 (2.1.1.0)
Syntax
| C# |
|---|
public ResultResolver(
IList<CommandInfo> urlCommandInfos
) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _
urlCommandInfos As IList(Of CommandInfo) _
) |
| Visual C++ |
|---|
public:
ResultResolver(
IList<CommandInfo^>^ urlCommandInfos
) |
See Also