XDocument.FindTag Method | |
Get a list of the tags in an XML Node
Namespace:
XSharp.XPP
Assembly:
XSharp.XPP (in XSharp.XPP.dll) Version: 2.21
Syntax STATIC METHOD FindTag(
nId AS INT64
) AS ARRAY
public static Array FindTag(
long nId
)
Request Example
View SourceParameters
- nId
- Type: Int64
Return Value
Type:
ArraySee Also