Click or drag to resize

CAEXPathBuilderChangeAlias Method

Changes the alias name in a path reference

Namespace: Aml.Engine.CAEX.Extensions
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static string ChangeAlias(
	string caexPath,
	string newAlias,
	string oldAlias = null
)

Parameters

caexPath  String
The caex path, containing the alias
newAlias  String
The new alias name
oldAlias  String  (Optional)
If known, the old alias can be set

Return Value

String
The updated path reference
See Also