Click or drag to resize
DAVClientparseObjectResponse Method
Parses a DAV Object response to derive the properties of a DAVObject

Namespace: ARPDev.DAVLIB
Assembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public DAVResult parseObjectResponse(
	ref DAVHTTPResponse davResponse,
	ref DAVContainer DAVObject
)

Parameters

davResponse
Type: ARPDev.DAVLIBDAVHTTPResponse
Server response resulting from the davRequest
DAVObject
Type: ARPDev.DAVLIBDAVContainer
Object to which the properties should be set

Return Value

Type: DAVResult
Returns either DAVResult.Success or DAVResult.Failure
Remarks