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 full name for given scope and shortcut.
Namespace: Smartsite.Web.Commands.Spice
Assembly: Smartsite.Web (in Smartsite.Web.dll)
Syntax
C# | Copy Code |
---|---|
public static string GetFullName( string scope, string shortcut ) |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Shared Function GetFullName ( _ scope As , _ shortcut As _ ) As |
Parameters
- scope
- String
The scope.
- shortcut
- String
The shortcut.
Return Value
See Also
CommandManager Class
Smartsite.Web.Commands.Spice Namespace