Discuss this help topic in SecureBlackbox Forum
Defines the type of the root folder in the TElGoogleDriveDataStorage.
Declaration
[C#]
public 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;
[PHP]
class TSBGoogleDriveRoot extends TSBBaseEnum {
const gdrDrive = 0;
const gdrAppFolder = 1;
}
[Java]
public enum TSBGoogleDriveRoot { gdrDrive, gdrAppFolder }
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