This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Gets the configuration element for specified command.

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

Syntax

C#Copy imageCopy Code
public  GetCommandElement(
	 command
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function GetCommandElement ( _
	command As  _
) As 

Parameters

command
ICommand
The command.

Return Value

See Also

Advanced