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