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 Code |
---|---|
public bool IsAssociatedWith( command ) |
Visual Basic (Declaration) | Copy 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
CommandElement Class
Smartsite.Web.Commands.Configuration Namespace