Click or drag to resize

CAEXPathBuilderIsAlias Method

Determines whether the specified part of a path is an alias.

Namespace: Aml.Engine.CAEX.Extensions
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static bool IsAlias(
	string pathPart
)

Parameters

pathPart  String
The path part.

Return Value

Boolean
true if the specified path part is an alias; otherwise, false.
See Also