←Select platform

IsAliasExists Method

Summary

Determines whether the specified alias folder is registered.

Syntax

C#
VB
C++
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.

Example

For an example, refer to JpipServer.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Server Assembly