SP.Ribbon.PageState.PageStateHandler.handleCommand(commandId, properties, sequence) Method
Applies to: SharePoint Foundation 2010
In this article
Return Value
Remarks
Applies To
Handles the specified command passed to the page component.
var value = SP.Ribbon.PageState.PageStateHandler.handleCommand(commandId, properties, sequence);
Parameters
commandId
Type: string
The ID of the executed command.
properties
Type: Object
The properties of the executed command.
sequence
Type: int
The sequence number.
Return Value
Type: Boolean
true if the operation is successful; otherwise, false.
Remarks
This method handles the command specified by the commandId parameter with the command properties specified by the properties parameter, and returns the operation state.
Applies To
SP.Ribbon.PageState.PageStateHandler Class
See Also
Reference
SP.Ribbon.PageState.PageStateHandler Events
SP.Ribbon.PageState.PageStateHandler Fields