Show / Hide Table of Contents

Interface IApplicationChatsCollectionPage

The interface IApplicationChatsCollectionPage.

Inherited Members
ICollectionPage<Chat>.CurrentPage
ICollectionPage<Chat>.AdditionalData
System.Collections.Generic.IList<Microsoft.Graph.Chat>.IndexOf(Microsoft.Graph.Chat)
System.Collections.Generic.IList<Microsoft.Graph.Chat>.Insert(System.Int32, Microsoft.Graph.Chat)
System.Collections.Generic.IList<Microsoft.Graph.Chat>.RemoveAt(System.Int32)
System.Collections.Generic.IList<Microsoft.Graph.Chat>.Item[System.Int32]
System.Collections.Generic.ICollection<Microsoft.Graph.Chat>.Add(Microsoft.Graph.Chat)
System.Collections.Generic.ICollection<Microsoft.Graph.Chat>.Clear()
System.Collections.Generic.ICollection<Microsoft.Graph.Chat>.Contains(Microsoft.Graph.Chat)
System.Collections.Generic.ICollection<Microsoft.Graph.Chat>.CopyTo(Microsoft.Graph.Chat[], System.Int32)
System.Collections.Generic.ICollection<Microsoft.Graph.Chat>.Remove(Microsoft.Graph.Chat)
System.Collections.Generic.ICollection<Microsoft.Graph.Chat>.Count
System.Collections.Generic.ICollection<Microsoft.Graph.Chat>.IsReadOnly
System.Collections.Generic.IEnumerable<Microsoft.Graph.Chat>.GetEnumerator()
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
[JsonConverter(typeof(InterfaceConverter<ApplicationChatsCollectionPage>))]
public interface IApplicationChatsCollectionPage : ICollectionPage<Chat>, IList<Chat>, ICollection<Chat>, IEnumerable<Chat>, IEnumerable

Properties

View Source

NextPageRequest

Gets the next page IApplicationChatsCollectionRequest instance.

Declaration
IApplicationChatsCollectionRequest NextPageRequest { get; }
Property Value
Type Description
IApplicationChatsCollectionRequest

Methods

View Source

InitializeNextPageRequest(IBaseClient, String)

Initializes the NextPageRequest property.

Declaration
void InitializeNextPageRequest(IBaseClient client, string nextPageLinkString)
Parameters
Type Name Description
IBaseClient client
System.String nextPageLinkString
  • View Source
Back to top Generated by DocFX