CUI.Page.PageComponent.canHandleCommand(commandId) Method
Applies to: SharePoint Foundation 2010
In this article
Return Value
Remarks
Applies To
Indicates whether the page component can handle the command with the specified ID.
CUI.Page.PageComponent.canHandleCommand(commandId);
Parameters
commandId
Type: String
The ID of the command to handle.
Return Value
Type: boolean
true if the page component can handle the specified command; otherwise, false.
Remarks
This method always returns false.