CUI.Page.CommandDispatcher Methods
Applies to: SharePoint Foundation 2010
The following table lists the methods of the CUI.Page.CommandDispatcher class.
Methods
Name |
Description |
---|---|
Calls the specified command handler to execute the command with the specified ID. |
|
Determines whether the specified command handler can execute the command with the specified ID. |
|
Initializes a new instance of the CommandDispatcher class. |
|
Executes the command with the specified ID on all of the registered command handlers that can execute the command. |
|
Gets the current sequence number of the indexer. |
|
Gets the next sequence number of the indexer. |
|
Determines whether any of the registered command handlers can execute the command with the specified ID. |
|
Gets the next sequence number of the indexer without increasing the indexer value. |
|
Registers a command handler for the command with the specified ID. |
|
Registers a command handler for multiple commands with the specified IDs. |
|
Unregisters a command handler for the command with the specified ID. |
|
Unregisters a command handler for multiple commands with the specified IDs. |
Applies To
CUI.Page.CommandDispatcher Class