Site.GetCustomListTemplates - Méthode
Specifies the collection of custom list templates for a given site.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Function GetCustomListTemplates ( _
web As Web _
) As ListTemplateCollection
'Utilisation
Dim instance As Site
Dim web As Web
Dim returnValue As ListTemplateCollection
returnValue = instance.GetCustomListTemplates(web)
public ListTemplateCollection GetCustomListTemplates(
Web web
)
Paramètres
web
Type : Microsoft.SharePoint.Client.WebSpecifies the site that contains the custom list templates to be returned.
Valeur renvoyée
Type : Microsoft.SharePoint.Client.ListTemplateCollection
Returns a ListTemplateCollection.instance representing the collection of custom list templates for a given site.