Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorageObject.ExplicitlyTrashed

TElGoogleDriveDataStorageObject     See also     


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


Specifies whether this file has been explicitly trashed.

Declaration

[C#]
    bool ExplicitlyTrashed;

[VB.NET]
    Property ExplicitlyTrashed As Boolean

[Pascal]
    property ExplicitlyTrashed: boolean;

[C++]
    bool get_ExplicitlyTrashed();

[PHP]
    bool get_ExplicitlyTrashed()

[Java]
    boolean getExplicitlyTrashed();

Description

    This property returns True if the file has been explicitly trashed, and False when it has been trashed recursively. This property only makes sense when Trashed is True.

See also:     Trashed     Trash     Untrash    

Discuss this help topic in SecureBlackbox Forum