Click or drag to resize
DAVClientgetItems Method
Returns the items within a collection

Namespace: ARPDev.DAVLIB
Assembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public DAVResult getItems(
	ref DAVContainer DAVFolder
)

Parameters

DAVFolder
Type: ARPDev.DAVLIBDAVContainer
Folder Object to populate

Return Value

Type: DAVResult
DAVResult inidicating success or failure
Remarks