Class DeleteSmartFolderArguments
The arguments for the DeleteSmartFolder(DeleteSmartFolderArguments, CancellationToken) command.
public sealed record DeleteSmartFolderArguments
- Inheritance
-
objectDeleteSmartFolderArguments
- Extension Methods
Constructors
DeleteSmartFolderArguments()
public DeleteSmartFolderArguments()
Properties
Id
Identifier of the smart folder that should be deleted.
public int Id { get; set; }
Property Value
- int
Methods
Equals(DeleteSmartFolderArguments?)
public bool Equals(DeleteSmartFolderArguments? other)
Parameters
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 ==(DeleteSmartFolderArguments?, DeleteSmartFolderArguments?)
public static bool operator ==(DeleteSmartFolderArguments? left, DeleteSmartFolderArguments? right)
Parameters
Returns
- bool
operator !=(DeleteSmartFolderArguments?, DeleteSmartFolderArguments?)
public static bool operator !=(DeleteSmartFolderArguments? left, DeleteSmartFolderArguments? right)
Parameters
Returns
- bool