SPWebTemplateCollection class
SharePoint 2013
Represents a collection of SPWebTemplate objects.
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.SPBaseCollection
Microsoft.SharePoint.SPWebTemplateCollection
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.SPBaseCollection
Microsoft.SharePoint.SPWebTemplateCollection
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[SubsetCallableTypeAttribute] [ClientCallableTypeAttribute(Name = "WebTemplateCollection", ServerTypeId = "{15c2ecda-d49e-4fda-97c8-c538a203dfb5}", CollectionChildItemType = typeof(SPWebTemplate), CollectionIndexerMethodClientName = "GetByName", SampleUrl = "{apiroot}/web/GetAvailableWebTemplates({languageid},{includecrosslanguage})")] public class SPWebTemplateCollection : SPBaseCollection
Use the GetCustomWebTemplates method of the SPSite class to return the collection of Web templates in the site collection, or use the GetWebTemplates method of the SPSite class to return the collection of site definition configurations in the site collection. After you have a reference to a collection, use an indexer to return a single site definition configuration or site template. For example, if the collection is assigned to a variable named myWebTemplates, use myWebTemplates[index] in Microsoft Visual C#, or myWebTemplates(index) in Microsoft Visual Basic, where index is either the title or the index number in the collection of the site definition configuration or site template.