This topic has not yet been rated - Rate this topic

SPUserCustomAction.ImageUrl property

Gets and sets the URL to an image that represents an icon for the custom action.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[ClientCallablePropertyAttribute]
[ClientCallableConstraintAttribute(FixedId = "validUrl", Type = ClientCallableConstraintType.Custom, Value = "MUST be NULL or a server-relative URL or an absolute URL.")]
public virtual string ImageUrl { get; set; }

Property value

Type: System.String
A string that contains a relative path to an image.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.