Discuss this help topic in SecureBlackbox Forum
Defines entry ordering in an
TElGoogleDataStorage query.
Declaration
[C#/Java]
enum TSBGoogleEntryOrder { geoTitle = 0, geoStarred = 1, geoLastModified = 2, geoLastViewed = 3, geoUnspecified = 4 };
[VB.NET]
Enum TSBGoogleEntryOrder
geoTitle = 0
geoStarred = 1
geoLastModified = 2
geoLastViewed = 3
geoUnspecified = 4
End Enum
[Pascal]
TSBGoogleEntryOrder = (geoTitle, geoStarred, geoLastModified, geoLastViewed, geoUnspecified);
[C++]
typedef uint8_t TSBGoogleEntryOrderRaw;
typedef enum { geoTitle = 0, geoStarred = 1, geoLastModified = 2, geoLastViewed = 3, geoUnspecified = 4 } TSBGoogleEntryOrder;
Description
Possible values:
Declared in
.NET:
- Namespace: SBGoogleDataStorage
- Assembly: SecureBlackbox.Cloud
VCL:
- Unit: SBGoogleDataStorage
Java:
- Package: SecureBlackbox.Cloud.jar
C++:
Discuss this help topic in SecureBlackbox Forum