Discuss this help topic in SecureBlackbox Forum
Declaration
[C#]
TSBWebDAVClasses = int;
const int wdcOne = 1;
const int wdcTwo = 2;
const int wdcThree = 4;
[VB.NET]
TSBWebDAVClasses As Integer
Const wdcOne As Integer = 1
Const wdcTwo As Integer = 2
Const wdcThree As Integer = 4
[Pascal]
under development
[C++]
typedef uint8_t TSBWebDAVClassRaw;
typedef enum { wdcOne = 0, wdcTwo = 1, wdcThree = 2 } TSBWebDAVClass;
typedef uint32_t TSBWebDAVClassesRaw;
typedef enum { f_wdcOne = 1, f_wdcTwo = 2, f_wdcThree = 4 } TSBWebDAVClasses;
[PHP]
class TSBWebDAVClasses extends TSBBaseEnum {
const wdcOne = 1;
const wdcTwo = 2;
const wdcThree = 4;
}
Possible values
Declared in
.NET:
- Namespace: SBWebDAVClient
- Assembly: SecureBlackbox...
VCL:Java:
- Package: SecureBlackbox...jar
C++:
Discuss this help topic in SecureBlackbox Forum