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