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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Server Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.