WebPart.PartImageSmall property

NOTE: This API is now obsolete.

Gets or sets the URL of an image file that appears in the title of a Web Part.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<WebPartStorageAttribute(Storage.Shared)> _
<ObsoleteAttribute("Use TitleIconImageUrl instead.")> _
<HtmlDesignerAttribute("", HtmlEditorBuilderType := "picture")> _
Public Property PartImageSmall As String
    Get
    Set
'Usage
Dim instance As WebPart
Dim value As String

value = instance.PartImageSmall

instance.PartImageSmall = value
[WebPartStorageAttribute(Storage.Shared)]
[ObsoleteAttribute("Use TitleIconImageUrl instead.")]
[HtmlDesignerAttribute("", HtmlEditorBuilderType = "picture")]
public string PartImageSmall { get; set; }

Property value

Type: System.String
A URL to an image file.

Remarks

This property cannot be personalized by individual users. The value of its WebPartStorageAttribute is Storage.Shared, which specifies that the property is stored with the same value for all users. Only users with the Write Web pages right can set this property. It can be set programmatically, or it can be set through the Web Part task pane in the shared view of the Web-based user interface, or by using a SharePoint Foundation–compatible HTML editor, such as SharePoint Designer.

See also

Reference

WebPart class

WebPart members

Microsoft.SharePoint.WebPartPages namespace