IsAliasExists Method
Summary
Determines whether the specified alias folder is registered.
Syntax
public bool IsAliasExists(
string alias
)
Public Function IsAliasExists( _
ByVal alias As String _
) As Boolean
public:
bool IsAliasExists(
String^ alias
)
Parameters
alias
A System.String value representing the name of the alias folder.
Return Value
true if the alias folder exists; otherwise, false.