Returns a value indicating if an ICommandSource with the specified ID 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( string commandSourceID ) |
| Visual Basic (Declaration) |
|---|
Public Function IsRegistered ( _ commandSourceID As String _ ) As Boolean |
| Visual C++ |
|---|
public: bool IsRegistered( String^ commandSourceID ) |
Parameters
- commandSourceID
- Type: System..::.String
ID of the command source to test for registration.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentException | if commandSourceID is null or empty. |