IGraphClientAsync.CopyNotebookAsync

IGraphClientAsync.CopyNotebookAsync method

Asynchronously copies a notebook.

public Task<string> CopyNotebookAsync(string itemId, string groupId, string renameAs, 
    CancellationToken cancellationToken = default)
ParameterTypeDescription
itemIdStringThe ID of the notebook to copy.
groupIdStringThe group ID to copy the notebook to.
renameAsStringThe new name for the copied notebook.
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 operation ID or status.

See Also