FileSurfer 1.1.4
Modern Windows File Explorer
|
Represents the result of an operation, indicating success or failure, along with error messages. More...
Properties | |
bool | IsOk [get] |
Value indicating whether the operation was successful. | |
IEnumerable< string > | Errors [get] |
Collection of error messages describing why the operation failed. |
Represents the result of an operation, indicating success or failure, along with error messages.
|
get |
Collection of error messages describing why the operation failed.
Empty if the operation succeeded.
Implemented in FileSurfer.Models.Result, and FileSurfer.Models.SimpleResult.
|
get |
Value indicating whether the operation was successful.
Implemented in FileSurfer.Models.Result, and FileSurfer.Models.SimpleResult.