Click or drag to resize

XDocument.FindFirstChildTag Method

X#
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
Request Example View Source

Parameters

nId
Type: Int64
cChildName
Type: String

Return Value

Type: Int64
See Also