ClientObjectCollectionPrototype<ItemType> Class

Definition

public class ClientObjectCollectionPrototype<ItemType> : Microsoft.SharePoint.Client.ClientObjectPrototype
type ClientObjectCollectionPrototype<'ItemType> = class
    inherit ClientObjectPrototype
Public Class ClientObjectCollectionPrototype(Of ItemType)
Inherits ClientObjectPrototype

Type Parameters

ItemType
Inheritance
ClientObjectCollectionPrototype<ItemType>

Methods

Retrieve() (Inherited from ClientObjectPrototype)
Retrieve(String[]) (Inherited from ClientObjectPrototype)
RetrieveCollectionObject<ItemType>(String) (Inherited from ClientObjectPrototype)
RetrieveItems()
RetrieveObject<PropertyType>(String) (Inherited from ClientObjectPrototype)

Applies to