SPWebTemplate.ImageUrl Property

Gets the URL to the image that is used to represent the site definition configuration or Web template in the user interface of SharePoint Foundation.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallableAttribute> _
Public ReadOnly Property ImageUrl As String
    Get
'Usage
Dim instance As SPWebTemplate
Dim value As String

value = instance.ImageUrl
[ClientCallableAttribute]
public string ImageUrl { get; }

Property Value

Type: System.String
A String that represents the URL as a virtual directory beginning with "/_layouts/".

Remarks

If the SPWebTemplate represents a site definition configuration, this property corresponds to the ImageUrl attribute of a Configuration element in a WebTemp*.xml file. (See Understanding WebTemp*.xml Files for more information.)

If the SPWebTemplate represents a Web template, this property corresponds to the ImageUrl attribute of the WebTemplate element in a elements.xml file contained in the .wsp file that stores the Web template.

See Also

Reference

SPWebTemplate Class

SPWebTemplate Members

Microsoft.SharePoint Namespace

Other Resources

Understanding WebTemp*.xml Files

Collaborative Application Markup Language (CAML)

Web Templates

Site Definitions and Configurations