Returns a value indicating if the specified ICommandSource has been
registered with this UrlManager.
Namespace:
Endeca.Web.UrlAssembly: Endeca.Web (in Endeca.Web.dll) Version: 2.1.3.0 (2.1.3.622)
Syntax
| C# |
|---|
public bool IsRegistered( ICommandSource commandSource ) |
| Visual Basic (Declaration) |
|---|
Public Function IsRegistered ( _ commandSource As ICommandSource _ ) As Boolean |
| Visual C++ |
|---|
public: bool IsRegistered( ICommandSource^ commandSource ) |
Parameters
- commandSource
- Type: Endeca.Data.Provider..::.ICommandSource
Command source to test for registration.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentNullException | if commandSource is null. |