IGraphClientAsync.ListRecentNotebooksAsync

IGraphClientAsync.ListRecentNotebooksAsync method

Asynchronously lists recent notebooks.

public Task<NotebookCollection> ListRecentNotebooksAsync(bool includePersonalNotebooks, 
    ODataQueryBuilder queryBuilder = null, CancellationToken cancellationToken = default)
ParameterTypeDescription
includePersonalNotebooksBooleanWhether to include personal notebooks in the result.
queryBuilderODataQueryBuilderOptional OData query builder for filtering notebooks.
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 collection of recent Notebook.

See Also