Discuss this help topic in SecureBlackbox Forum
Specifies whether viewers are prevented from downloading the object.
Declaration
[VB.NET]
Property Restricted As Boolean
[Pascal]
property Restricted: boolean;
[C++]
bool get_Restricted();
void set_Restricted(bool Value);
[PHP]
bool get_Restricted()
void set_Restricted(bool $Value)
[Java]
boolean getRestricted();
void setRestricted(boolean Value);
Description
Use this property to restrict the access to this object.
When this property's value is True, viewers are prevented from downloading the object.
Discuss this help topic in SecureBlackbox Forum