This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Determines whether this instance is associated with specified command.

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

Syntax

C#Copy imageCopy Code
public bool IsAssociatedWith(
	 command
)
Visual Basic (Declaration)Copy imageCopy Code
Public Function IsAssociatedWith ( _
	command As  _
) As 

Parameters

command
ICommand
The command.

Return Value

true if this instance is associated with specified command; otherwise, false.

See Also

Advanced