SP.UserCustomAction.commandUIExtension Property

Applies to: SharePoint Foundation 2010

In this article
Property Value
Applies To
Remarks

Gets or sets a value that specifies an implementation specific XML fragment that determines user interface properties of the custom action.

var value = SP.UserCustomAction.get_commandUIExtension(); 
SP.UserCustomAction.set_commandUIExtension(value);

Property Value

Type: String

Applies To

SP.UserCustomAction Class

Remarks

It must be an XML fragment.

See Also

Reference

SP.UserCustomAction Methods

SP.UserCustomAction Properties

SP Namespace