CoreWebView2SaveAsUIResult Enum

Definition

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

Cancelled 4

Did not perform Save As because the end user cancelled or the Cancel was set to TRUE.

FileAlreadyExists 2

Could not perform Save As because the destination file path already exists and replacing files was not allowed by the AllowReplace property.

InvalidPath 1

Could not perform Save As because the destination file path is an invalid path.

KindNotSupported 3

Could not perform Save As because the Kind property selection is not supported due to content MIME type or system limits.

Success 0

The ShowSaveAsUIAsync method call completed successfully.

Applies to