Show / Hide Table of Contents

Interface IChatMessagesCollectionPage

The interface IChatMessagesCollectionPage.

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

Properties

View Source

NextPageRequest

Gets the next page IChatMessagesCollectionRequest instance.

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

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