CoreWebView2SaveAsUIResult Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Status of a programmatic Save As call. Indicates the result
of the ShowSaveAsUI
method.
public enum CoreWebView2SaveAsUIResult
type CoreWebView2SaveAsUIResult =
Public Enum CoreWebView2SaveAsUIResult
- Inheritance
-
CoreWebView2SaveAsUIResult
Fields
Name | Value | Description |
---|---|---|
Success | 0 | The ShowSaveAsUI method call completed successfully. By default, the system
Save As dialog opens. If |
InvalidPath | 1 | Could not perform Save As because the destination file path is an invalid path.
|
FileAlreadyExists | 2 | Could not perform Save As because the destination file path already exists and
replacing files was not allowed by the |
KindNotSupported | 3 | Could not perform Save As because the
|
Cancelled | 4 | Did not perform Save As because the end user cancelled or the
|