Share via


ListTemplateCollection Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.ListTemplateCollection", ServerTypeId="{23748d10-16a1-4946-a38b-98fdec0e0ec8}")]
public class ListTemplateCollection : Microsoft.SharePoint.Client.ClientObjectCollection<Microsoft.SharePoint.Client.ListTemplate>
type ListTemplateCollection = class
    inherit ClientObjectCollection<ListTemplate>
Public Class ListTemplateCollection
Inherits ClientObjectCollection(Of ListTemplate)
Inheritance
Attributes

Constructors

Properties

AreItemsAvailable (Inherited from ClientObjectCollection)
Context (Inherited from ClientObject)
Count (Inherited from ClientObjectCollection)
Data (Inherited from ClientObjectCollection)
ElementType (Inherited from ClientObjectCollection<T>)
Expression (Inherited from ClientObjectCollection<T>)
Item[Int32] (Inherited from ClientObjectCollection<T>)
ObjectData (Inherited from ClientObject)
ObjectVersion (Inherited from ClientObject)
Path (Inherited from ClientObject)
Provider (Inherited from ClientObjectCollection<T>)
ServerObjectIsNull (Inherited from ClientObject)
Tag (Inherited from ClientObject)
TypedObject (Inherited from ClientObject)

Methods

Explicit Interface Implementations

Extension Methods

Applies to