Class MoveFolderArguments
The arguments for the MoveFolder(MoveFolderArguments, int, CancellationToken) command.
public sealed record MoveFolderArguments
- Inheritance
-
objectMoveFolderArguments
- Extension Methods
Constructors
MoveFolderArguments()
public MoveFolderArguments()
Properties
Data
Client properties of the form items to render on client.
public Dictionary<string, JsonElement> Data { get; set; }
Property Value
- Dictionary<string, JsonElement>
FolderId
Identifier of a folder that should be moved.
public int FolderId { get; set; }
Property Value
- int
Methods
Equals(MoveFolderArguments?)
public bool Equals(MoveFolderArguments? other)
Parameters
other
MoveFolderArguments
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 ==(MoveFolderArguments?, MoveFolderArguments?)
public static bool operator ==(MoveFolderArguments? left, MoveFolderArguments? right)
Parameters
left
MoveFolderArgumentsright
MoveFolderArguments
Returns
- bool
operator !=(MoveFolderArguments?, MoveFolderArguments?)
public static bool operator !=(MoveFolderArguments? left, MoveFolderArguments? right)
Parameters
left
MoveFolderArgumentsright
MoveFolderArguments
Returns
- bool