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 registered commands in given scope.

Namespace: Smartsite.Web.Commands.Spice
Assembly:  Smartsite.Web (in Smartsite.Web.dll)

Syntax

C#Copy imageCopy Code
public static <> GetRegisteredCommands(
	string scope
)
Visual Basic (Declaration)Copy imageCopy Code
Public Shared Function GetRegisteredCommands ( _
	scope As  _
) As (Of )

Parameters

scope
String
The scope.

Return Value

See Also

Advanced