 | 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.ExtensionsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static char PathPartSeparator(
CAEXObject element
)
Public Shared Function PathPartSeparator (
element As CAEXObject
) As Char
public:
static wchar_t 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