XDocument.PerformActions Method | |
Perform actions on an XML node.
Namespace:
XSharp.XPP
Assembly:
XSharp.XPP (in XSharp.XPP.dll) Version: 2.19
Syntax METHOD PerformActions(
oNode AS XmlNode,
oAction AS XAction
) AS LOGIC
public bool PerformActions(
XmlNode oNode,
XAction oAction
)
Request Example
View SourceParameters
- oNode
- Type: XmlNode
- oAction
- Type: XAction
Return Value
Type:
LogicSee Also