←Select platform

DeleteRegion Method

Summary

Deletes the specified region and all its data.

Syntax
C#
VB
C++
Java
public override void DeleteRegion( 
   string regionName 
) 
Public Overrides Sub DeleteRegion( 
   ByVal regionName As String 
) 
public:  
   virtual void DeleteRegion( 
      String^ regionName 
   ) override 
@Override 
public void deleteRegion(String regionName) 

Parameters

regionName

region (sub-directory) name. This value cannot be null.

Remarks

This method deletes all the cache item belonging to the specified region regardless of their expiration policy. The LEADTOOLS Document library will call this method to delete the items of a documents when it is disposed and not flagged to be saved in the cache.

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