Discuss this help topic in SecureBlackbox Forum
Defines the type of the root folder in the TElGoogleDriveDataStorage.
Declaration
[C#/Java]
enum TSBGoogleDriveRoot { gdrDrive = 0, gdrAppFolder = 1 };
[VB.NET]
Enum TSBGoogleDriveRoot
gdrDrive = 0
gdrAppFolder = 1
End Enum
[Pascal]
TSBGoogleDriveRoot = (gdrDrive, gdrAppFolder);
[C++]
typedef uint8_t TSBGoogleDriveRootRaw;
typedef enum
{
gdrDrive = 0,
gdrAppFolder = 1
} TSBGoogleDriveRoot;
Possible values:
Declared in
.NET:
- Namespace: SBGoogleDriveDataStorage
- Assembly: SecureBlackbox.Cloud
VCL:
- Unit: SBGoogleDriveDataStorage
Java:
- Package: SecureBlackbox.Clound.jar
C++:
- sbgoogledrivedatastorage.h
Discuss this help topic in SecureBlackbox Forum