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

Fail 1

Fails the request

Overwrite 0

Overwrite the existing file

Applies to