Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the collection of custom list templates, which are created by end users, from the specified site.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetCustomListTemplates ( _
web As SPWeb _
) As SPListTemplateCollection
'Usage
Dim instance As SPSite
Dim web As SPWeb
Dim returnValue As SPListTemplateCollection
returnValue = instance.GetCustomListTemplates(web)
public SPListTemplateCollection GetCustomListTemplates(
SPWeb web
)
Parameters
web
Type: Microsoft.SharePoint.SPWebAn SPWeb object that represents a Web site.
Return value
Type: Microsoft.SharePoint.SPListTemplateCollection
An SPListTemplateCollection object that represents the list templates.