←Select platform

GetRegionName Method

Summary

Actual region name.

Syntax
C#
VB
C++
Java
protected virtual string GetRegionName( 
   string regionName 
) 
Protected Overridable Function GetRegionName( 
   ByVal regionName As String 
) As String 
protected:  
   virtual String^ GetRegionName( 
      String^ regionName 
   ) 
protected String getRegionName(String regionName) 

Parameters

regionName

Region name (sub-directory)

Return Value

The actual region name.

Remarks

Default implementation is to return the same value as regionName or an empty string if regionName is null. The region name is used by this class as a directory name. Derived classes can override this method to modify the directory name to use.

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.Caching Assembly