OnenoteClient.CreatePageInSectionAsync Method

Definition

Create page in a section

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

Parameters

input
String

The request body.

notebookKey
String

Notebook Key

notebookSection
String

Notebook section

cancellationToken
CancellationToken

Cancellation token.

Returns

The Create page in a section response.

Remarks

Create new page in a specified section.

Applies to