XDocument.SelectNodes Method | |
Select Nodes via XPath selection
Namespace:
XSharp.XPP
Assembly:
XSharp.XPP (in XSharp.XPP.dll) Version: 2.21
Syntax METHOD SelectNodes(
cSelect AS STRING
) AS ARRAY
public Array SelectNodes(
string cSelect
)
Request Example
View SourceParameters
- cSelect
- Type: String
Return Value
Type:
ArraySee Also