OnenoteClient.CreatePageInQuickNotesAsync(String, CancellationToken) 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 a page in Quick Notes
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Onenote.Models.Page> CreatePageInQuickNotesAsync(string input, System.Threading.CancellationToken cancellationToken = default);
abstract member CreatePageInQuickNotesAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Onenote.Models.Page>
override this.CreatePageInQuickNotesAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Onenote.Models.Page>
Public Overridable Function CreatePageInQuickNotesAsync (input As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Page)
Parameters
- input
- String
The request body.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Create a page in Quick Notes response.
Remarks
Create a new page in the Quick Notes section.