IGraphClientAsync.CopyNotebookAsync
IGraphClientAsync.CopyNotebookAsync method
Asynchronously copies a notebook.
public Task<string> CopyNotebookAsync(string itemId, string groupId, string renameAs,
CancellationToken cancellationToken = default)
| Parameter | Type | Description |
|---|---|---|
| itemId | String | The ID of the notebook to copy. |
| groupId | String | The group ID to copy the notebook to. |
| renameAs | String | The new name for the copied notebook. |
| 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 operation ID or status.
See Also
- interface IGraphClientAsync
- namespace Aspose.Email.Clients.Graph
- assembly Aspose.Email