Click or drag to resize

CAEXPathBuilderChangePathStart Method

Changes the first occurrence of the provided oldPathStart to the newPathStart

Namespace: Aml.Engine.CAEX.Extensions
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static string ChangePathStart(
	string caexPath,
	string oldPathStart,
	string newPathStart
)

Parameters

caexPath  String
The CAEX path
oldPathStart  String
part of the CAEX path to be replaced
newPathStart  String
part of the CAEX path to be inserted

Return Value

String
The updated path reference
See Also