Discuss this help topic in SecureBlackbox Forum
Declaration
[C#]
public enum TSBWebDAVFilterTextMatchCollation { wdfcAscii = 0, wdfcUnicode = 1, wdfcOctet = 2 };
[VB.NET]
Enum TSBWebDAVFilterTextMatchCollation
wdfcAscii = 0
wdfcUnicode = 1
wdfcOctet = 2
End Enum
[Pascal]
under development
[C++]
typedef uint8_t TSBWebDAVFilterTextMatchCollationRaw;
typedef enum { wdfcAscii = 0, wdfcUnicode = 1, wdfcOctet = 2 } TSBWebDAVFilterTextMatchCollation;
[PHP]
class TSBWebDAVFilterTextMatchCollation extends TSBBaseEnum {
const wdfcAscii = 0;
const wdfcUnicode = 1;
const wdfcOctet = 2;
}
[Java]
public enum TSBWebDAVFilterTextMatchCollation { wdfcAscii, wdfcUnicode, wdfcOctet }
Possible values
Declared in
.NET:
- Namespace: SBWebDAVCommon
- Assembly: SecureBlackbox...
VCL:Java:
- Package: SecureBlackbox...jar
C++:
Discuss this help topic in SecureBlackbox Forum