WebPart.GetThemedLocalizedImages method

Returns the list of localized themed images which this webpart uses in CSR, possibly null

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

Syntax

'Declaration
Public Overridable Function GetThemedLocalizedImages As String()
'Usage
Dim instance As WebPart
Dim returnValue As String()

returnValue = instance.GetThemedLocalizedImages()
public virtual string[] GetThemedLocalizedImages()

Return value

Type: []

See also

Reference

WebPart class

WebPart members

Microsoft.SharePoint.WebPartPages namespace