Class DeleteFolderResult
The result of the DeleteFolder(DeleteFolderArguments, int, CancellationToken) command.
public sealed record DeleteFolderResult
- Inheritance
-
objectDeleteFolderResult
- Extension Methods
Properties
IsDeleted
Indicates whether the folder was successfully deleted.
public bool IsDeleted { get; set; }
Property Value
- bool