OnenoteClient.CreateSectionInNotebookAsync 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.
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.