This topic has not yet been rated - Rate this topic

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)
[ClientCallableAttribute]
public string Title { get; }

Property value

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

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.