This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Retrieves the command and parameter elements associated with specified shortcut.

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

Syntax

C#Copy imageCopy Code
public bool TryGetCommandParameter(
	string shortcut,
	out  command,
	out  parameter
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function TryGetCommandParameter ( _
	shortcut As , _
	<> ByRef command As , _
	<> ByRef parameter As  _
) As 

Parameters

shortcut
String
The shortcut.
command
CommandElement%
The command.
parameter
CommandParameterElement%
The parameter.

Return Value

See Also

Advanced