Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveComment.Deleted

TElGoogleDriveComment     


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


Specifies whether the comment 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 if the comment has been deleted, or still exists.

Discuss this help topic in SecureBlackbox Forum