Show / Hide Table of Contents

Interface IChatParticipantsCollectionPage

The interface IChatParticipantsCollectionPage.

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

Properties

View Source

NextPageRequest

Gets the next page IChatParticipantsCollectionRequest instance.

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

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