Click or drag to resize

CAEXPathBuilderAliasFromReference Method

Gets the alias name from a reference. If the reference is not a reference with an alias, the return value is string.Empty.

Namespace: Aml.Engine.CAEX.Extensions
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static string AliasFromReference(
	string classReference,
	CAEXDocumentCAEXSchema schema
)

Parameters

classReference  String
The class reference.
schema  CAEXDocumentCAEXSchema
The CAEX schema version.

Return Value

String
The Alias Name without the Ending AliasSeparator or string.empty
See Also