Interface IChatParticipantRemoveCollectionPage
The interface IChatParticipantRemoveCollectionPage.
Inherited Members
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 SourceNextPageRequest
Gets the next page IChatParticipantRemoveRequest instance.
Declaration
IChatParticipantRemoveRequest NextPageRequest { get; }
Property Value
Type | Description |
---|---|
IChatParticipantRemoveRequest |
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 |