Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveReply.Deleted

TElGoogleDriveReply     See also     


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


Whether the reply has been deleted.

Declaration

[C#]
    bool Deleted;

[VB.NET]
    Property Deleted As Boolean

[Pascal]
    property Deleted: boolean;

[C++]
    bool get_Deleted();

[PHP]
    bool get_Deleted()

[Java]
    boolean getDeleted();

Description

    Use this property to check whether the reply has been deleted. When a reply has been deleted, its content will be cleared.

See also:     Deleted    

Discuss this help topic in SecureBlackbox Forum