LiveUploadOverwriteOption enumeration

Specifies the overwrite behavior for an incoming file that's uploaded to Microsoft OneDrive when a file with the same name already exists in the same upload location.

Signature

typedef enum LiveUploadOverwriteOption

Members

Member

Value

Description

LiveUploadOverwrite

0

Overwrite the existing file with the incoming file.

LiveUploadDoNotOverwrite

1

Do not overwrite the existing file.

LiveUploadRename

2

Do not overwrite the existing file. Instead, OneDrive will assign the incoming file a new file name as it's being downloaded.

Note

The file renaming pattern that OneDrive uses may produce unpredictable file names.

Defined in

LiveUploadOverwriteOption.h

See also

iOS API