←Select platform

GetRegionName Method

Summary

Actual region name.

Syntax
C#
C++/CLI
Java
Python
protected virtual string GetRegionName( 
   string regionName 
) 
protected:  
   virtual String^ GetRegionName( 
      String^ regionName 
   ) 
protected String getRegionName(String regionName) 
def GetRegionName(self,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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly

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