 | CAEXPathBuilderIsAlias Method |
Determines whether the specified part of a path is an alias.
Namespace: Aml.Engine.CAEX.ExtensionsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static bool IsAlias(
string pathPart
)
Public Shared Function IsAlias (
pathPart As String
) As Boolean
public:
static bool IsAlias(
String^ pathPart
)
Parameters
- pathPart String
- The path part.
Return Value
Booleantrue if the specified path part is an alias; otherwise,
false.
See Also