Interface IChatSubscriptionsCollectionPage
The interface IChatSubscriptionsCollectionPage.
Inherited Members
System.Collections.Generic.IList<Microsoft.Graph.ChatSubscription>.IndexOf(Microsoft.Graph.ChatSubscription)
System.Collections.Generic.IList<Microsoft.Graph.ChatSubscription>.Insert(System.Int32, Microsoft.Graph.ChatSubscription)
System.Collections.Generic.IList<Microsoft.Graph.ChatSubscription>.RemoveAt(System.Int32)
System.Collections.Generic.IList<Microsoft.Graph.ChatSubscription>.Item[System.Int32]
System.Collections.Generic.ICollection<Microsoft.Graph.ChatSubscription>.Add(Microsoft.Graph.ChatSubscription)
System.Collections.Generic.ICollection<Microsoft.Graph.ChatSubscription>.Clear()
System.Collections.Generic.ICollection<Microsoft.Graph.ChatSubscription>.Contains(Microsoft.Graph.ChatSubscription)
System.Collections.Generic.ICollection<Microsoft.Graph.ChatSubscription>.CopyTo(Microsoft.Graph.ChatSubscription[], System.Int32)
System.Collections.Generic.ICollection<Microsoft.Graph.ChatSubscription>.Remove(Microsoft.Graph.ChatSubscription)
System.Collections.Generic.ICollection<Microsoft.Graph.ChatSubscription>.Count
System.Collections.Generic.ICollection<Microsoft.Graph.ChatSubscription>.IsReadOnly
System.Collections.Generic.IEnumerable<Microsoft.Graph.ChatSubscription>.GetEnumerator()
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
[JsonConverter(typeof(InterfaceConverter<ChatSubscriptionsCollectionPage>))]
public interface IChatSubscriptionsCollectionPage : ICollectionPage<ChatSubscription>, IList<ChatSubscription>, ICollection<ChatSubscription>, IEnumerable<ChatSubscription>, IEnumerable
Properties
View SourceNextPageRequest
Gets the next page IChatSubscriptionsCollectionRequest instance.
Declaration
IChatSubscriptionsCollectionRequest NextPageRequest { get; }
Property Value
Type | Description |
---|---|
IChatSubscriptionsCollectionRequest |
Methods
View SourceInitializeNextPageRequest(IBaseClient, String)
Initializes the NextPageRequest property.
Declaration
void InitializeNextPageRequest(IBaseClient client, string nextPageLinkString)
Parameters
Type | Name | Description |
---|---|---|
IBaseClient | client | |
System.String | nextPageLinkString |