 | CAEXPathBuilderChangePathStart Method |
Changes the first occurrence of the provided oldPathStart
to the newPathStart
Namespace: Aml.Engine.CAEX.ExtensionsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static string ChangePathStart(
string caexPath,
string oldPathStart,
string newPathStart
)
Public Shared Function ChangePathStart (
caexPath As String,
oldPathStart As String,
newPathStart As String
) As String
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
StringThe updated path reference
See Also