Click or drag to resize
DAVClientsearchForObject Method
Searches a returned XML Response for a given resource/object according to the specified container type (FolderType)

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

Parameters

oXMLDoc
Type: System.XmlXmlDocument
Source XML Document
DAVObject
Type: ARPDev.DAVLIBDAVContainer
Object to that properties will be set on
FolderType
Type: ARPDev.DAVLIBDAVContainerType
DAV Container Type

Return Value

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