←Select platform

AliasFolders Property (JpipServerConfiguration)

Summary

Gets an System.Collections.IEnumerable to iterate over the folder aliases.

Syntax

C#
VB
C++
public IEnumerable<KeyValuePair<string,string>> AliasFolders {get;}
Public ReadOnly Property AliasFolders As IEnumerable(Of KeyValuePair(Of String,String))
public: 
property IEnumerable<KeyValuePair<String^,String^>>^ AliasFolders { 
   IEnumerable<KeyValuePair<String^,String^>>^ get(); 
} 

Property Value

A reference to the System.Collections.IEnumerable interface to iterate through the folder aliases as a KeyValuePair of System.String.

Example

For an example, refer to JpipServer.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Jpip.Server Assembly
Click or drag to resize