| DAVClientparseObjectResponse Method | 
 Parses a DAV Object response to derive the properties of a DAVObject
 
 
Namespace: ARPDev.DAVLIBAssembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
Syntaxpublic DAVResult parseObjectResponse(
	ref DAVHTTPResponse davResponse,
	ref DAVContainer DAVObject
)
Public Function parseObjectResponse ( 
	ByRef davResponse As DAVHTTPResponse,
	ByRef DAVObject As DAVContainer
) As DAVResult
public:
DAVResult parseObjectResponse(
	DAVHTTPResponse^% davResponse, 
	DAVContainer^% DAVObject
)
member parseObjectResponse : 
        davResponse : DAVHTTPResponse byref * 
        DAVObject : DAVContainer byref -> DAVResult 
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: 
DAVResultReturns either DAVResult.Success or DAVResult.Failure
 Remarks
Remarks See Also
See Also