Click or drag to resize
DAVClientparseObjectProperties Method
Parses the response returned for a given DAV Object/Collection

Namespace: ARPDev.DAVLIB
Assembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public DAVResult parseObjectProperties(
	ref XmlDocument oXMLDoc,
	ref DAVContainer DAVObject
)

Parameters

oXMLDoc
Type: System.XmlXmlDocument
XML Document formed from the parsed response
DAVObject
Type: ARPDev.DAVLIBDAVContainer
Returned DAV Object

Return Value

Type: DAVResult
If successful, returns DAVResult.Success and fills the properties of DAVObject
Remarks
Parses the response returned for a given DAV Object/Collection
See Also