Click or drag to resize

DeserializerBaseSelectSingleNode Method

Namespace:  Omada.OE.AppLogic.Serialization
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
protected XmlNode SelectSingleNode(
	string xpath,
	XmlNode context = null
)

Parameters

xpath
Type: SystemString
context (Optional)
Type: System.XmlXmlNode

Return Value

Type: XmlNode
See Also