XDocument.FindChildTag Method | |
Find a child tag in an XML Node
Namespace:
XSharp.XPP
Assembly:
XSharp.XPP (in XSharp.XPP.dll) Version: 2.19
Syntax STATIC METHOD FindChildTag(
nId AS INT64,
cChildName AS STRING,
lFirst AS LOGIC
) AS USUAL
public static Usual FindChildTag(
long nId,
string cChildName,
bool lFirst
)
Request Example
View SourceParameters
- nId
- Type: Int64
- cChildName
- Type: String
- lFirst
- Type: Logic
Return Value
Type:
UsualSee Also