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 name.
Namespace: Smartsite.Web.Commands.Configuration
Assembly: Smartsite.Web (in Smartsite.Web.dll)
Syntax
C# | Copy Code |
---|---|
public bool TryGetCommandParameterByName( string name, out command, out parameter ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Function TryGetCommandParameterByName ( _ name As , _ <> ByRef command As , _ <> ByRef parameter As _ ) As |
Parameters
- name
- String
The name.
- command
- CommandElement%
The command.
- parameter
- CommandParameterElement%
The parameter.
Return Value
See Also
CommandElementCollection Class
Smartsite.Web.Commands.Configuration Namespace