Discuss this help topic in SecureBlackbox Forum
Specifies whether overwrite is allowed.
Declaration
[C#/Java]
bool Overwrite;
[VB.NET]
Property Overwrite As Boolean
[Pascal]
property Overwrite: boolean;
[C++]
bool get_Overwrite();
void set_Overwrite(bool Value);
[PHP]
bool get_Overwrite()
void set_Overwrite(bool $Value)
Description
By default in OneDrive REST API data objects with the same name are overwritten.
Set this property to False to prevent overwriting.
Discuss this help topic in SecureBlackbox Forum