Interface IChatParticipantAddCollectionPage
The interface IChatParticipantAddCollectionPage.
Inherited Members
System.Collections.Generic.IList<Microsoft.Graph.ChatParticipantInfo>.IndexOf(Microsoft.Graph.ChatParticipantInfo)
System.Collections.Generic.IList<Microsoft.Graph.ChatParticipantInfo>.Insert(System.Int32, Microsoft.Graph.ChatParticipantInfo)
System.Collections.Generic.IList<Microsoft.Graph.ChatParticipantInfo>.RemoveAt(System.Int32)
System.Collections.Generic.IList<Microsoft.Graph.ChatParticipantInfo>.Item[System.Int32]
System.Collections.Generic.ICollection<Microsoft.Graph.ChatParticipantInfo>.Add(Microsoft.Graph.ChatParticipantInfo)
System.Collections.Generic.ICollection<Microsoft.Graph.ChatParticipantInfo>.Clear()
System.Collections.Generic.ICollection<Microsoft.Graph.ChatParticipantInfo>.Contains(Microsoft.Graph.ChatParticipantInfo)
System.Collections.Generic.ICollection<Microsoft.Graph.ChatParticipantInfo>.CopyTo(Microsoft.Graph.ChatParticipantInfo[], System.Int32)
System.Collections.Generic.ICollection<Microsoft.Graph.ChatParticipantInfo>.Remove(Microsoft.Graph.ChatParticipantInfo)
System.Collections.Generic.ICollection<Microsoft.Graph.ChatParticipantInfo>.Count
System.Collections.Generic.ICollection<Microsoft.Graph.ChatParticipantInfo>.IsReadOnly
System.Collections.Generic.IEnumerable<Microsoft.Graph.ChatParticipantInfo>.GetEnumerator()
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
[JsonConverter(typeof(InterfaceConverter<ChatParticipantAddCollectionPage>))]
public interface IChatParticipantAddCollectionPage : ICollectionPage<ChatParticipantInfo>, IList<ChatParticipantInfo>, ICollection<ChatParticipantInfo>, IEnumerable<ChatParticipantInfo>, IEnumerable
Properties
View SourceNextPageRequest
Gets the next page IChatParticipantAddRequest instance.
Declaration
IChatParticipantAddRequest NextPageRequest { get; }
Property Value
Type | Description |
---|---|
IChatParticipantAddRequest |
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 |