Show / Hide Table of Contents

Interface IMessageMentionsCollectionPage

The interface IMessageMentionsCollectionPage.

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

Properties

View Source

NextPageRequest

Gets the next page IMessageMentionsCollectionRequest instance.

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

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