| DAVClientdiscoverResource Method | 
 Responsible for locating a DAV Container according to it's type. 
 
 
Namespace: ARPDev.DAVLIBAssembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic DAVResult discoverResource(
	ref DAVContainer DAVFolder,
	DAVContainerType DAVFolderType = DAVContainerType.Calendar,
	string WellKnownHint = null
)
Public Function discoverResource ( 
	ByRef DAVFolder As DAVContainer,
	Optional DAVFolderType As DAVContainerType = DAVContainerType.Calendar,
	Optional WellKnownHint As String = Nothing
) As DAVResult
public:
DAVResult discoverResource(
	DAVContainer^% DAVFolder, 
	DAVContainerType DAVFolderType = DAVContainerType::Calendar, 
	String^ WellKnownHint = nullptr
)
member discoverResource : 
        DAVFolder : DAVContainer byref * 
        ?DAVFolderType : DAVContainerType * 
        ?WellKnownHint : string 
(* Defaults:
        let _DAVFolderType = defaultArg DAVFolderType DAVContainerType.Calendar
        let _WellKnownHint = defaultArg WellKnownHint null
*)
-> DAVResult 
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: 
DAVResultDAVResult indicating either success or failure
 Remarks
Remarks See Also
See Also