| DAVClientparseResolveObjectRequest Method | 
 Parses the response to a resolve object request
 
 
Namespace: ARPDev.DAVLIBAssembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic DAVResult parseResolveObjectRequest(
	ref DAVHTTPResponse davResponse,
	ref DAVContainer DAVObject,
	DAVContainerType FolderType
)
Public Function parseResolveObjectRequest ( 
	ByRef davResponse As DAVHTTPResponse,
	ByRef DAVObject As DAVContainer,
	FolderType As DAVContainerType
) As DAVResult
public:
DAVResult parseResolveObjectRequest(
	DAVHTTPResponse^% davResponse, 
	DAVContainer^% DAVObject, 
	DAVContainerType FolderType
)
member parseResolveObjectRequest : 
        davResponse : DAVHTTPResponse byref * 
        DAVObject : DAVContainer byref * 
        FolderType : DAVContainerType -> DAVResult 
Parameters
- davResponse
- Type: ARPDev.DAVLIBDAVHTTPResponse
 Server response resulting from the davRequest
- DAVObject
- Type: ARPDev.DAVLIBDAVContainer
 DAV object to which the resulting properties should be set
- FolderType
- Type: ARPDev.DAVLIBDAVContainerType
 The type of object/container being queried (used to tell the server how to look for changes)
Return Value
Type: 
DAVResultReturns either DAVResult.Success or DAVResult.Failure
 Remarks
Remarks See Also
See Also