Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorageObject.Restricted

TElGoogleDriveDataStorageObject     See also     


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


Specifies whether viewers are prevented from downloading the object.

Declaration

[C#]
    bool Restricted;

[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.

See also:     Shared    

Discuss this help topic in SecureBlackbox Forum