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