Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.7
|
Leadtools.Caching Assembly > Leadtools.Caching Namespace > FileCache Class : GetRegionName Method |
protected virtual string GetRegionName( string regionName )
'Declaration
Protected Overridable Function GetRegionName( _ ByVal regionName As String _ ) As String
'Usage
Dim instance As FileCache Dim regionName As String Dim value As String value = instance.GetRegionName(regionName)
protected String getRegionName(String regionName)
protected: virtual String^ GetRegionName( String^ regionName )
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.