Click or drag to resize

CAEXPathBuilderPathPart(XElement, Boolean) Method

transforms the name of the defined element to a path Part (special characters are escaped).

Namespace: Aml.Engine.CAEX.Extensions
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static string PathPart(
	XElement element,
	bool useId = false
)

Parameters

element  XElement
The element.
useId  Boolean  (Optional)
if set to true use the Elements ID, otherwise use its name.

Return Value

String
System.String.
See Also