Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorageObject.Starred

TElGoogleDriveDataStorageObject     See also     


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


Specifies whether the object is starred.

Declaration

[C#]
    bool Starred;

[VB.NET]
    Property Starred As Boolean

[Pascal]
    property Starred: boolean;

[C++]
    bool get_Starred();
    void set_Starred(bool Value);

[PHP]
    bool get_Starred()
    void set_Starred(bool $Value)

[Java]
    boolean getStarred();
    void setStarred(boolean Value);

Description

    This property returns True if the file is starred by the user.

See also:     Viewed    

Discuss this help topic in SecureBlackbox Forum