IGraphClientAsync.UpdateFolderAsync

IGraphClientAsync.UpdateFolderAsync method

Asynchronously updates a folder.

public Task<FolderInfo> UpdateFolderAsync(FolderInfo folderInfo, 
    CancellationToken cancellationToken = default)
ParameterTypeDescription
folderInfoFolderInfoFolder to update.
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 updated folder.

See Also