SPWeb.GetAvailableCrossLanguageWebTemplates Method

Returns the collection of available cross-language web templates.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

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.

See Also

Reference

SPWeb Class

SPWeb Members

Microsoft.SharePoint Namespace