This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Checks whether the given command identifier is present on the given location.

Namespace: Smartsite.Runtime.Modules
Assembly:  Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)

Syntax

C#Copy imageCopy Code
[(Name = "{0}.Commands.Exists")]
public static <bool> ExistsRequestCommands(
	 context,
	 location,
	string commandIdentifier
)
Visual Basic (Declaration)Copy imageCopy Code
<(Name := "{0}.Commands.Exists")> _
Public Shared Function ExistsRequestCommands ( _
	context As , _
	location As , _
	commandIdentifier As  _
) As (Of )

Parameters

context
IContext
The context.
location
Locator
The location.
commandIdentifier
String
The command identifier.

Return Value

Boolean

See Also

Advanced