Creates a new instance of the SortParametersConverter class.

Namespace:  Endeca.Web.Url.Seo.Utility
Assembly:  Endeca.Web.Url.Seo (in Endeca.Web.Url.Seo.dll) Version: 2.1.1.0 (2.1.1.0)

Syntax

C#
public SortParametersConverter(
	IDictionary<string, UrlParam> urlParamDict
)
Visual Basic (Declaration)
Public Sub New ( _
	urlParamDict As IDictionary(Of String, UrlParam) _
)
Visual C++
public:
SortParametersConverter(
	IDictionary<String^, UrlParam^>^ urlParamDict
)

Parameters

urlParamDict
Type: System.Collections.Generic..::.IDictionary<(Of <(String, UrlParam>)>)
A IDictiontionary with a key containing the UrlParam Key name and the UrlParam objects. Multiple UrlParams should be contained within the IDictionary in order for this class to determine the Search and Sort objects.

See Also