←Select platform

GetAliasPath Method

Summary

Retrieves the physical path of the alias folder.

Syntax

C#
VB
C++
public string GetAliasPath( 
   string alias 
) 
  
Public Function GetAliasPath( _ 
   ByVal alias As String _ 
) As String 
public: 
String^ GetAliasPath(  
   String^ alias 
)  

Parameters

alias
A System.String value representing the name of the alias folder.

Return Value

A System.String value representing the physical path of the alias folder.

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