SPWeb.GetAvailableCrossLanguageWebTemplates method
Returns the collection of available cross-language web templates.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetAvailableCrossLanguageWebTemplates As SPWebTemplateCollection
'Usage
Dim instance As SPWeb
Dim returnValue As SPWebTemplateCollection
returnValue = instance.GetAvailableCrossLanguageWebTemplates()
public SPWebTemplateCollection GetAvailableCrossLanguageWebTemplates()
Return value
Type: Microsoft.SharePoint.SPWebTemplateCollection
An SPWebTemplateCollection object that represents the web templates.