OnenoteClient.CreateSectionInNotebookAsync Method

Definition

Create section in a notebook

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

Parameters

input
CreateSectionRequest

The request body.

notebookKey
String

Notebook Key

cancellationToken
CancellationToken

Cancellation token.

Returns

The Create section in a notebook response.

Remarks

Create section in a notebook.

Applies to