Constructs a new DAVFolder for the specified DAVClient
Namespace: ARPDev.DAVLIBAssembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DAVFolder(
ref DAVClient dc
)
Public Sub New (
ByRef dc As DAVClient
)
public:
DAVFolder(
DAVClient^% dc
)
new :
dc : DAVClient byref -> DAVFolder
Parameters
- dc
- Type: ARPDev.DAVLIBDAVClient
The connection associated with the Folder/Object
Remarks
See Also