Click or drag to resize

CAEXPathBuilderPathPartSeparator(CAEXObject) Method

Returns the Path part separator for an element, which should be put before that element in a Path

Namespace: Aml.Engine.CAEX.Extensions
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static char PathPartSeparator(
	CAEXObject element
)

Parameters

element  CAEXObject
The CAEX-Element.

Return Value

Char
The Path Separation character for the given element
Remarks
Since CAEX Version 3.0 the PathPartSeparator is element independent and always the ObjectSeparator.
See Also