Show / Hide Table of Contents

Interface ICallParticipantsCollectionPage

The interface ICallParticipantsCollectionPage.

Inherited Members
ICollectionPage<Participant>.CurrentPage
ICollectionPage<Participant>.AdditionalData
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 Source

NextPageRequest

Gets the next page ICallParticipantsCollectionRequest instance.

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

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