XDocument.FindParent Method | |
Get ID for the parent of an XML node
Namespace:
XSharp.XPP
Assembly:
XSharp.XPP (in XSharp.XPP.dll) Version: 2.21
Syntax STATIC METHOD FindParent(
nId AS INT64
) AS INT64
public static long FindParent(
long nId
)
Request Example
View SourceParameters
- nId
- Type: Int64
Return Value
Type:
Int64See Also