Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorage.ReadOnly

TElGoogleDriveDataStorage     See also     


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


Specifies if read-only access is granted to the user.

Declaration

[C#]
    bool ReadOnly;

[VB.NET]
    Property ReadOnly As Boolean

[Pascal]
    property ReadOnly: boolean;

[C++]
    bool get_ReadOnly();
    void set_ReadOnly(bool Value);

[PHP]
    bool get_ReadOnly()
    void set_ReadOnly(bool $Value)

[Java]
    boolean getReadOnly();
    void setReadOnly(boolean Value);

Description

    Specifies if read-only access to file metadata and file content is allowed. The default value is False.

See also:     ClientID    

Discuss this help topic in SecureBlackbox Forum