Class DeleteFolderArguments
The arguments for the DeleteFolder(DeleteFolderArguments, int, CancellationToken) command.
public sealed record DeleteFolderArguments
- Inheritance
-
objectDeleteFolderArguments
- Extension Methods
Properties
FolderDisplayName
Display name of the folder that should be deleted.
public string FolderDisplayName { get; set; }
Property Value
- string
Remarks
This property is used to display the correct folder name in the confirmation dialog, as the folder might have been renamed since the command was initiated.
FolderId
Identifier of a folder that should be deleted.
public int FolderId { get; set; }
Property Value
- int