Discuss this help topic in SecureBlackbox Forum

TElOneDriveDataStorage.Overwrite

TElOneDriveDataStorage     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies whether overwrite is allowed.

Declaration

[C#]
    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)

[Java]
    not available

Description

    By default in OneDrive REST API data objects with the same name are overwritten. Set this property to False to prevent overwriting.

See also:     ReadOnly    

Discuss this help topic in SecureBlackbox Forum