Share via


IfExists Enum

Definition

Enum specifying actions to take while creating new file if the file exists

public enum IfExists
type IfExists = 
Public Enum IfExists
Inheritance
IfExists

Fields

Name Value Description
Overwrite 0

Overwrite the existing file

Fail 1

Fails the request

Applies to