Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorageObject.Viewed

TElGoogleDriveDataStorageObject     See also     


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


Specifies whether the object has been viewed.

Declaration

[C#]
    bool Viewed;

[VB.NET]
    Property Viewed As Boolean

[Pascal]
    property Viewed: boolean;

[C++]
    bool get_Viewed();

[PHP]
    bool get_Viewed()

[Java]
    boolean getViewed();

Description

    This property returns True if the object has been viewed by the current user.

See also:     Starred    

Discuss this help topic in SecureBlackbox Forum