DAVClientFetchFolders Method |
This pre-populates the folder list for a connection (rather than having them be discovered/fetched on the fly)
Namespace: ARPDev.DAVLIBAssembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic void FetchFolders(
bool bReload = false
)
Public Sub FetchFolders (
Optional bReload As Boolean = false
)
public:
void FetchFolders(
bool bReload = false
)
member FetchFolders :
?bReload : bool
(* Defaults:
let _bReload = defaultArg bReload false
*)
-> unit
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
See Also