Share via


DesignerDocument.queryCommandText Method

SharePoint Designer Developer Reference

Returns a String that represents a text value associated with the specified command.

Syntax

expression.queryCommandText(cmdID)

expression   Required. A variable that represents a DesignerDocument object.

Parameters

Name Required/Optional Data Type Description
cmdID Required String Represents the command identifier. For a list of available commands see the execCommand method.

Return Value
String

See Also