Click or drag to resize
DAVClientGetXMLNodeString Method
Support function to return the string for a given XML Node

Namespace: ARPDev.DAVLIB
Assembly: ARPDev.DAVLIB (in ARPDev.DAVLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool GetXMLNodeString(
	ref XmlNode pNode,
	ref string TargetBuffer
)

Parameters

pNode
Type: System.XmlXmlNode
pNode As System.Xml.XmlNode
TargetBuffer
Type: SystemString
Resulting String

Return Value

Type: Boolean
True if success, otherwise false
Remarks
Support function to return the string for a given XML Node
See Also