Share via


CUI.Page.PageComponent.handleCommand(commandId,properties,sequence) Method

Applies to: SharePoint Foundation 2010

In this article
Return Value
Remarks
Applies To

Executes the command with the specified ID and sequence number.

CUI.Page.PageComponent.handleCommand(commandId,properties,sequence);

Parameters

commandId

Type: String

The ID of the executed command.

properties

Type: Object

The properties of the executed command. The property names are the object’s properties; the property values are the values of the object’s properties.

sequence

Type: int

The sequence number.

Return Value

Type: boolean

true if the operation is successful; otherwise, false.

Remarks

This method always returns false.

Applies To

CUI.Page.PageComponent Class

See Also

Reference

CUI.Page.PageComponent Methods

CUI.Page Namespace