IGraphClientAsync.CreateNotebookAsync

IGraphClientAsync.CreateNotebookAsync method

Asynchronously creates a notebook.

public Task<Notebook> CreateNotebookAsync(Notebook notebook, 
    CancellationToken cancellationToken = default)
ParameterTypeDescription
notebookNotebookThe Notebook to create.
cancellationTokenCancellationTokenA cancellation token to observe while waiting for the task to complete.

Return Value

A task that represents the asynchronous operation. The task result contains the created Notebook.

See Also