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 ShowSaveAsUIAsync() method.
public enum CoreWebView2SaveAsUIResult
type CoreWebView2SaveAsUIResult =
Public Enum CoreWebView2SaveAsUIResult
- Inheritance
-
CoreWebView2SaveAsUIResult
Fields
Name | Value | Description |
---|---|---|
Success | 0 | The |
InvalidPath | 1 | Could not perform Save As because the destination file path is an invalid path. The path is invalid when it is empty, a relative path, or a directory, or when the parent path does not exist. |
FileAlreadyExists | 2 | Could not perform Save As because the destination file path already exists and replacing files was not allowed by the AllowReplace property. |
KindNotSupported | 3 | Could not perform Save As because the |
Cancelled | 4 | Did not perform Save As because the end user cancelled or the Cancel was set to |