Returns a RefinementConfig for the dimension with id of the given String if it exists.

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

Syntax

C#
protected RefinementConfig ParseRefinementConfig(
	string value
)
Visual Basic (Declaration)
Protected Function ParseRefinementConfig ( _
	value As String _
) As RefinementConfig
Visual C++
protected:
RefinementConfig^ ParseRefinementConfig(
	String^ value
)

Parameters

value
Type: System..::.String
String value of the refinement config.

Return Value

Returns RefinementConfigcorresponding to the given value.

See Also