Discuss this help topic in SecureBlackbox Forum

TSBWebDAVClasses

Declared in     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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;
    }

[Java]
    not available

Possible values

Declared in

.NET:
  • Namespace: SBWebDAVClient
  • Assembly: SecureBlackbox...
VCL:
  • Unit: SBWebDAVClient
Java:
  • Package: SecureBlackbox...jar
C++:
  • sbwebdavclient.h

See also:     TSBWebDAVClass    

Discuss this help topic in SecureBlackbox Forum