XDocument.FindFirstChildTag 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 FindFirstChildTag(
nId AS INT64,
cChildName AS STRING
) AS INT64
public static long FindFirstChildTag(
long nId,
string cChildName
)
Request Example
View SourceParameters
- nId
- Type: Int64
- cChildName
- Type: String
Return Value
Type:
Int64See Also