AliasFolders Property

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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Server Assembly