 | CAEXPathBuilderPathNameListWithSeparator Method |
Returns the Path Part object names of a CAEX Path with the Separator Char at
the Names End as an array of strings.
Namespace: Aml.Engine.CAEX.ExtensionsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static List<string> PathNameListWithSeparator(
string path,
CAEXDocumentCAEXSchema schema,
bool onlyAliasSeparator = false
)
Public Shared Function PathNameListWithSeparator (
path As String,
schema As CAEXDocumentCAEXSchema,
Optional onlyAliasSeparator As Boolean = false
) As List(Of String)
public:
static List<String^>^ PathNameListWithSeparator(
String^ path,
CAEXDocumentCAEXSchema schema,
bool onlyAliasSeparator = false
)
Parameters
- path String
- The full CAEX path.
- schema CAEXDocumentCAEXSchema
- The CAEX schema version.
- onlyAliasSeparator Boolean (Optional)
- optional parameter, specifying that only the alias char should be kept.
Return Value
ListString
Array of path part names.
See Also