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 Code |
---|---|
public bool TryGetCommandParameter( string shortcut, out command, out parameter ) |
Visual Basic (Declaration) | Copy 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
CommandElementCollection Class
Smartsite.Web.Commands.Configuration Namespace