Discuss this help topic in SecureBlackbox Forum

TElGoogleDriveDataStorage.Root

TElGoogleDriveDataStorage     See also     


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


Specifies the root folder in the storage.

Declaration

[C#]
    TSBGoogleDriveRoot Root;

[VB.NET]
    Property Root As TSBGoogleDriveRoot

[Pascal]
    property Root: TSBGoogleDriveRoot;

[C++]
    TSBGoogleDriveRoot get_Root();
    void set_Root(TSBGoogleDriveRoot Value);

[PHP]
    integer get_Root()
    void set_Root(integer $Value)

[Java]
    TSBGoogleDriveRoot getRoot();
    void setRoot(TSBGoogleDriveRoot Value);

TSBGoogleDriveRoot values:

Description

    The root is the top-most folder in the application's view of the storage. The default value is gdrDrive.

See also:     List    

Discuss this help topic in SecureBlackbox Forum