Interface IMessageMentionsCollectionPage
The interface IMessageMentionsCollectionPage.
Inherited Members
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 SourceNextPageRequest
Gets the next page IMessageMentionsCollectionRequest instance.
Declaration
IMessageMentionsCollectionRequest NextPageRequest { get; }
Property Value
Type | Description |
---|---|
IMessageMentionsCollectionRequest |
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 |