DAVClientsearchForObject Method |
Searches a returned XML Response for a given resource/object according to the specified container type (FolderType)
Namespace: ARPDev.DAVLIBAssembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic DAVResult searchForObject(
ref XmlDocument oXMLDoc,
ref DAVContainer DAVObject,
DAVContainerType FolderType
)
Public Function searchForObject (
ByRef oXMLDoc As XmlDocument,
ByRef DAVObject As DAVContainer,
FolderType As DAVContainerType
) As DAVResult
public:
DAVResult searchForObject(
XmlDocument^% oXMLDoc,
DAVContainer^% DAVObject,
DAVContainerType FolderType
)
member searchForObject :
oXMLDoc : XmlDocument byref *
DAVObject : DAVContainer byref *
FolderType : DAVContainerType -> DAVResult
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:
DAVResultReturns either DAVResult.Success or DAVResult.Failure
Remarks
See Also