IGraphClientAsync.FetchNotebookAsync

IGraphClientAsync.FetchNotebookAsync method

Asynchronously fetches a notebook by its ID.

public Task<Notebook> FetchNotebookAsync(string itemId, 
    CancellationToken cancellationToken = default)
ParameterTypeDescription
itemIdStringThe ID of the notebook to fetch.
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 fetched Notebook.

See Also