Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorageObject.Hidden

TElGoogleDriveDataStorageObject     


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


Deprecated.

Declaration

[C#]
    bool Hidden;

[VB.NET]
    Property Hidden As Boolean

[Pascal]
    property Hidden: boolean;

[C++]
    bool get_Hidden();
    void set_Hidden(bool Value);

[PHP]
    bool get_Hidden()
    void set_Hidden(bool $Value)

[Java]
    boolean getHidden();
    void setHidden(boolean Value);

Description

    Allows to set the "hidden" attribute of the file. This feature is deprecated in REST API v2.

Discuss this help topic in SecureBlackbox Forum