SPCustomWebTemplate.TemplateImage property
Gets the file that contains the image of the Web template.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property TemplateImage As SPPersistedFile
Get
'Usage
Dim instance As SPCustomWebTemplate
Dim value As SPPersistedFile
value = instance.TemplateImage
public SPPersistedFile TemplateImage { get; }
Property value
Type: Microsoft.SharePoint.Administration.SPPersistedFile
A SPPersistedFile representing the file that contains the image.