SPWebTemplate.Title property

Gets the display name for the site definition configuration or Web template.

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

Syntax

'Declaration
Public ReadOnly Property Title As String
    Get
'Usage
Dim instance As SPWebTemplate
Dim value As String

value = instance.Title
public string Title { get; }

Property value

Type: System.String
A String that contains the display name.

Remarks

If the SPWebTemplate represents a site definition configuration, this property is the value of the Title attribute of a Configuration element in a WebTemp*.xml. (See WebTemp.xml for more information.)

If the SPWebTemplate represents a Web template, this property corresponds to the Title 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

WebTemp.xml

Collaborative Application Markup Language (CAML)

Custom Site Templates

Site Definitions and Configurations