Choose |
public sealed class ChooseSaveErrorResult
The ChooseSaveErrorResult type exposes the following members.
| Name | Description | |
|---|---|---|
| AlternativeFileName | Gets the alternative file name chosen by the user. | |
| IsIgnore | Gets a value indicating whether the error should be ignored. | |
| IsRetry | Gets a value indicating whether the operation should be retried. | |
| IsSaveAlternative | Gets a value indicating whether an alternative file name was chosen. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| SaveAlternative | Creates a result that indicates an alternative file name should be used. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| Name | Description | |
|---|---|---|
| Ignore | Gets the result that indicates the error should be ignored. | |
| Retry | Gets the result that indicates a retry should be performed. |