Discuss this help topic in SecureBlackbox Forum
Deprecated.
Declaration
[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