OnenoteClient.GetPagesInSectionAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.