Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorageObject.Editable

TElGoogleDriveDataStorageObject     See also     


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


Specifies whether the object is editable or not.

Declaration

[C#]
    bool Editable;

[VB.NET]
    Property Editable As Boolean

[Pascal]
    property Editable: boolean;

[C++]
    bool get_Editable();

[PHP]
    bool get_Editable()

[Java]
    boolean getEditable();

Description

    This property returns True if the object can be modified by the current user, and False otherwise.

See also:     Permissions    

Discuss this help topic in SecureBlackbox Forum