IGraphClientAsync.ListRecentNotebooksAsync
IGraphClientAsync.ListRecentNotebooksAsync method
Asynchronously lists recent notebooks.
public Task<NotebookCollection> ListRecentNotebooksAsync(bool includePersonalNotebooks,
ODataQueryBuilder queryBuilder = null, CancellationToken cancellationToken = default)
| Parameter | Type | Description |
|---|---|---|
| includePersonalNotebooks | Boolean | Whether to include personal notebooks in the result. |
| queryBuilder | ODataQueryBuilder | Optional OData query builder for filtering notebooks. |
| cancellationToken | CancellationToken | A 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
- class NotebookCollection
- class ODataQueryBuilder
- interface IGraphClientAsync
- namespace Aspose.Email.Clients.Graph
- assembly Aspose.Email