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 imageCopy Code
public static string GetFullName(
	string scope,
	string shortcut
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Function GetFullName ( _
	scope As , _
	shortcut As  _
) As 

Parameters

scope
String
The scope.
shortcut
String
The shortcut.

Return Value

See Also

Advanced