Share via


DesignerDocument.queryCommandValue Method

SharePoint Designer Developer Reference

Returns a String that indicates the value of the specified command.

Syntax

expression.queryCommandValue(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