←Select platform

GetRegionName Method

Summary

Actual region name.

Syntax

C#
VB
Java
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly