Click or drag to resize
DAVClientdiscoverResource Method
Responsible for locating a DAV Container according to it's type.

Namespace: ARPDev.DAVLIB
Assembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public DAVResult discoverResource(
	ref DAVContainer DAVFolder,
	DAVContainerType DAVFolderType = DAVContainerType.Calendar,
	string WellKnownHint = null
)

Parameters

DAVFolder
Type: ARPDev.DAVLIBDAVContainer
DAVFolder for the given DAVFolderType
DAVFolderType (Optional)
Type: ARPDev.DAVLIBDAVContainerType
Enumerator for the FolderType being sought
WellKnownHint (Optional)
Type: SystemString
String hint representing the well known url for the given service

Return Value

Type: DAVResult
DAVResult indicating either success or failure
Remarks