ListTemplateCollection Class
Specify a collection of list template
Inheritance Hierarchy
System.Object
Microsoft.SharePoint.Client.ClientObject
Microsoft.SharePoint.Client.ClientObjectCollection
Microsoft.SharePoint.Client.ClientObjectCollection<ListTemplate>
Microsoft.SharePoint.Client.ListTemplateCollection
Namespace: Microsoft.SharePoint.Client
Assemblies: Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
<ScriptTypeAttribute("SP.ListTemplateCollection", ServerTypeId := "{23748d10-16a1-4946-a38b-98fdec0e0ec8}")> _
Public Class ListTemplateCollection _
Inherits ClientObjectCollection(Of ListTemplate)
'Usage
Dim instance As ListTemplateCollection
[ScriptTypeAttribute("SP.ListTemplateCollection", ServerTypeId = "{23748d10-16a1-4946-a38b-98fdec0e0ec8}")]
public class ListTemplateCollection : ClientObjectCollection<ListTemplate>
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.