Add the multiple parameters passed to the constructor to the command parameter.

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

Syntax

C#
public void AddMultipleParametersToCommand(
	EndecaCommand command
)
Visual Basic (Declaration)
Public Sub AddMultipleParametersToCommand ( _
	command As EndecaCommand _
)
Visual C++
public:
void AddMultipleParametersToCommand(
	EndecaCommand^ command
)

Parameters

command
Type: EndecaCommand
EndecaCommand to add the parameters to.

See Also