Show / Hide Table of Contents

Interface IApplicationOnlineMeetingsCollectionPage

The interface IApplicationOnlineMeetingsCollectionPage.

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

Properties

View Source

NextPageRequest

Gets the next page IApplicationOnlineMeetingsCollectionRequest instance.

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

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