Click or drag to resize

CAEXPathBuilderCAEXPath(IEnumerableXElement) Method

Builds the Reference-Path which includes all Names of CAEXObjects in the given list of elements.

Namespace: Aml.Engine.CAEX.Extensions
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static string CAEXPath(
	IEnumerable<XElement> elementNodes
)

Parameters

elementNodes  IEnumerableXElement
The XML nodes of the CAEX objects.

Return Value

String
The CAEX Path, build from the element XML nodes.
See Also