Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the template file that contains the cab image of this template.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property TemplateImage As SPPersistedFile
Get
'Usage
Dim instance As SPPersistedCustomWebTemplate
Dim value As SPPersistedFile
value = instance.TemplateImage
public SPPersistedFile TemplateImage { get; }
Property Value
Type: Microsoft.SharePoint.Administration.SPPersistedFile
An SPPersistedFile object that represents the template file that contains the cab image of this template.
See Also
Reference
SPPersistedCustomWebTemplate Class