Click or drag to resize
DAVClientparseDAVItemList Method
Issues a request for Contact data to the server and then parses the response. If ItemList is blank or Nothing, it returns everything (if it has itemids/filenames, then only those items are returned) If bGetData is true, then it will return the actual vcards for the contacts as well.

Namespace: ARPDev.DAVLIB
Assembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public DAVResult parseDAVItemList(
	ref DAVHTTPResponse davResponse,
	ref List<DAVItem> Items,
	DAVContainerType DAVFolderType = DAVContainerType.Calendar
)

Parameters

davResponse
Type: ARPDev.DAVLIBDAVHTTPResponse
DAVResponse from previously successful DAVRequest
Items
Type: System.Collections.GenericListDAVItem
List of DAVItems resulting from parsing the response
DAVFolderType (Optional)
Type: ARPDev.DAVLIBDAVContainerType
Type of Collection/Folder

Return Value

Type: DAVResult
DAVResult indicating either success or failure
Remarks