OnenoteClient.GetPagesInSectionAsync Method

Definition

Get pages for a specific section

public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Onenote.Models.GetPagesInSectionResponse> GetPagesInSectionAsync(string notebookKey, string notebookSection, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPagesInSectionAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Onenote.Models.GetPagesInSectionResponse>
override this.GetPagesInSectionAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Onenote.Models.GetPagesInSectionResponse>
Public Overridable Function GetPagesInSectionAsync (notebookKey As String, notebookSection As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GetPagesInSectionResponse)

Parameters

notebookKey
String

Notebook Key

notebookSection
String

Notebook section

cancellationToken
CancellationToken

Cancellation token.

Returns

The Get pages for a specific section response.

Remarks

Get pages for a specific section.

Applies to