Share via


SP.UserCustomAction.imageUrl Property

Applies to: SharePoint Foundation 2010

In this article
Property Value
Applies To
Remarks

Gets or sets the URL of the image associated with the custom action.

var value = SP.UserCustomAction.get_imageUrl(); 
SP.UserCustomAction.set_imageUrl(value);

Property Value

Type: String

Applies To

SP.UserCustomAction Class

Remarks

It must be null, a server-relative URL, or an absolute URL.

See Also

Reference

SP.UserCustomAction Methods

SP.UserCustomAction Properties

SP Namespace