Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorageObject.Trashed

TElGoogleDriveDataStorageObject     See also     


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


Specifies whether the object is trashed.

Declaration

[C#]
    bool Trashed;

[VB.NET]
    Property Trashed As Boolean

[Pascal]
    property Trashed: boolean;

[C++]
    bool get_Trashed();

[PHP]
    bool get_Trashed()

[Java]
    boolean getTrashed();

Description

    This property returns True if the file is trashed, and False otherwise. Only owners are allowed to see and untrash the file.

See also:     ExplicitlyTrashed     Trash     Untrash    

Discuss this help topic in SecureBlackbox Forum