Class DeleteFolderArguments
The arguments for the DeleteFolder(DeleteFolderArguments, int, CancellationToken) command.
public sealed record DeleteFolderArguments
- Inheritance
-
objectDeleteFolderArguments
- Extension Methods
Constructors
DeleteFolderArguments()
public DeleteFolderArguments()
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
Methods
Equals(DeleteFolderArguments?)
public bool Equals(DeleteFolderArguments? other)
Parameters
other
DeleteFolderArguments
Returns
- bool
Equals(object?)
public override bool Equals(object? obj)
Parameters
obj
object
Returns
- bool
GetHashCode()
public override int GetHashCode()
Returns
- int
ToString()
public override string ToString()
Returns
- string
Operators
operator ==(DeleteFolderArguments?, DeleteFolderArguments?)
public static bool operator ==(DeleteFolderArguments? left, DeleteFolderArguments? right)
Parameters
left
DeleteFolderArgumentsright
DeleteFolderArguments
Returns
- bool
operator !=(DeleteFolderArguments?, DeleteFolderArguments?)
public static bool operator !=(DeleteFolderArguments? left, DeleteFolderArguments? right)
Parameters
left
DeleteFolderArgumentsright
DeleteFolderArguments
Returns
- bool