Click or drag to resize
DAVClientFetchFolders Method
This pre-populates the folder list for a connection (rather than having them be discovered/fetched on the fly)

Namespace: ARPDev.DAVLIB
Assembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void FetchFolders(
	bool bReload = false
)

Parameters

bReload (Optional)
Type: SystemBoolean
Specifies whether to refresh/repopulate the list (ie: whether to re-query the server to resolve the folder list)
Remarks