Attempts to find the DimensionValues whose IDs are specified by
ids by looking at results.
Namespace:
Endeca.Web.Url.Seo.IndexingAssembly: Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.1.0 (2.1.1.0)
Syntax
| C# |
|---|
public IList<DimensionValue> ResolveDimensionValues( IList<string> ids ) |
| Visual Basic (Declaration) |
|---|
Public Function ResolveDimensionValues ( _ ids As IList(Of String) _ ) As IList(Of DimensionValue) |
| Visual C++ |
|---|
public: IList<DimensionValue^>^ ResolveDimensionValues( IList<String^>^ ids ) |
Parameters
- ids
- Type: System.Collections.Generic..::.IList<(Of <(String>)>)
The IDs of the DimensionValues to resolve