Discuss this help topic in SecureBlackbox Forum
Defines possible actions of TElGoogleDriveReply.
Declaration
[C#/Java]
enum TSBGoogleDriveReplyAction { gdraNoAction = 0, gdraResolve = 1, gdraReopen = 2 };
[VB.NET]
Enum TSBGoogleDriveReplyAction
gdraNoAction = 0
gdraResolve = 1
gdraReopen = 2
End Enum
[Pascal]
TSBGoogleDriveReplyAction = (gdraNoAction, gdraResolve, gdraReopen);
[C++]
typedef uint8_t TSBGoogleDriveReplyActionRaw;
typedef enum
{
gdraNoAction = 0,
gdraResolve = 1,
gdraReopen = 2
} TSBGoogleDriveReplyAction;
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