Show / Hide Table of Contents

Interface IChatParticipantRemoveCollectionPage

The interface IChatParticipantRemoveCollectionPage.

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

Properties

View Source

NextPageRequest

Gets the next page IChatParticipantRemoveRequest instance.

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

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