SPSite.GetCustomWebTemplates method

Returns the collection of site templates for the site collection based on the specified locale ID (LCID).

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

Syntax

'Declaration
Public Function GetCustomWebTemplates ( _
    LCID As UInteger _
) As SPWebTemplateCollection
'Usage
Dim instance As SPSite
Dim LCID As UInteger
Dim returnValue As SPWebTemplateCollection

returnValue = instance.GetCustomWebTemplates(LCID)
public SPWebTemplateCollection GetCustomWebTemplates(
    uint LCID
)

Parameters

  • LCID
    Type: System.UInt32

    A 32-bit unsigned integer that specifies the LCID.

Return value

Type: Microsoft.SharePoint.SPWebTemplateCollection
An SPWebTemplateCollection object that represents the site templates.

See also

Reference

SPSite class

SPSite members

Microsoft.SharePoint namespace