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)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<WebPartStorageAttribute(Storage.Shared)> _
<HtmlDesignerAttribute("", HtmlEditorBuilderType := "picture")> _
<ObsoleteAttribute("Use TitleIconImageUrl instead.")> _
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)]
[HtmlDesignerAttribute("", HtmlEditorBuilderType = "picture")]
[ObsoleteAttribute("Use TitleIconImageUrl instead.")]
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.