Return a Hashtable of parameter mappings contained in the EndecaCommand.

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#
public static Hashtable GetParamMapping(
	EndecaCommand command
)
Visual Basic (Declaration)
Public Shared Function GetParamMapping ( _
	command As EndecaCommand _
) As Hashtable
Visual C++
public:
static Hashtable^ GetParamMapping(
	EndecaCommand^ command
)

Parameters

command
Type: EndecaCommand
EndecaCommand.

Return Value

Hashtable of parameter mappings.

See Also