Returns a value indicating if an ICommandSource with the specified ID has been registered with this UrlManager.

Namespace:  Endeca.Web.Url
Assembly:  Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)

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

ExceptionCondition
System..::.ArgumentException if commandSourceID is null or empty.

See Also