DAVContainerType Enumeration |
Represents the different types of DAV folders (assuming that each folder only contains content of its implicit type)
Namespace: ARPDev.DAVLIBAssembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic enum DAVContainerType
Public Enumeration DAVContainerType
public enum class DAVContainerType
Members
| Member name | Value | Description |
---|
| Undefined | 0 | |
| Contacts | 1 | |
| Calendar | 2 | |
| Tasks | 3 | |
| Directory | 4 | |
| Folder | 5 | |
Remarks
See Also