Click or drag to resize
DAVClientresolveObjectRequest Method
Attempts to find and collections of a specified FolderType under the HomeSetURL

Namespace: ARPDev.DAVLIB
Assembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public DAVResult resolveObjectRequest(
	ref DAVURI HomeSetURL,
	ref DAVContainer DAVObject,
	DAVContainerType FolderType = DAVContainerType.Calendar
)

Parameters

HomeSetURL
Type: ARPDev.DAVLIBDAVURI
Homeset URL
DAVObject
Type: ARPDev.DAVLIBDAVContainer
Resulting DAV Object
FolderType (Optional)
Type: ARPDev.DAVLIBDAVContainerType
The type of folder being sought

Return Value

Type: DAVResult
Returns either DAVResult.Success or DAVResult.Failure
Remarks
The FolderType is specified to refine the properties requested from the DAV host
See Also