IGraphClientAsync.UpdateFolderAsync
IGraphClientAsync.UpdateFolderAsync method
Asynchronously updates a folder.
public Task<FolderInfo> UpdateFolderAsync(FolderInfo folderInfo,
CancellationToken cancellationToken = default)
| Parameter | Type | Description |
|---|---|---|
| folderInfo | FolderInfo | Folder to update. |
| 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 updated folder.
See Also
- class FolderInfo
- interface IGraphClientAsync
- namespace Aspose.Email.Clients.Graph
- assembly Aspose.Email