Click or drag to resize

CAEXPathBuilderRemoveAlias Method

Removes the alias from the provided path if the path is IsReferenceWithAlias(String, CAEXDocumentCAEXSchema).

Namespace: Aml.Engine.CAEX.Extensions
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static string RemoveAlias(
	string path,
	string alias = null
)

Parameters

path  String
The path.
alias  String  (Optional)
The alias

Return Value

String
The path without the alias part.
See Also