This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Adds a new parameter to specified command.

Namespace: Smartsite.Web.Commands.Configuration
Assembly:  Smartsite.Web (in Smartsite.Web.dll)

Syntax

C#Copy imageCopy Code
protected  AddNewCommandParameter(
	 command
)
Visual Basic (Declaration)Copy imageCopy Code
Protected Function AddNewCommandParameter ( _
	command As  _
) As 

Parameters

command
CommandElement
The command.

Return Value

See Also

Advanced