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