Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorageObject.AppDataContents

TElGoogleDriveDataStorageObject     See also     


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


Specifies whether the file is in the Application Data folder.

Declaration

[C#]
    bool AppDataContents;

[VB.NET]
    Property AppDataContents As Boolean

[Pascal]
    property AppDataContents: boolean;

[C++]
    bool get_AppDataContents();

[PHP]
    bool get_AppDataContents()

[Java]
    boolean getAppDataContents();

Description

    This property returns True if the object is located in the Application Data folder, and False otherwise.

See also:     Kind    

Discuss this help topic in SecureBlackbox Forum