←Select platform

DeleteRegion Method

Summary

Deletes the specified region and all its data.

Syntax
C#
C++/CLI
Java
Python
public abstract void DeleteRegion( 
   string regionName 
) 
public:  
   virtual void DeleteRegion( 
      String^ regionName 
   ) abstract 
public abstract void deleteRegion(String regionName) 
def DeleteRegion(self,regionName): 

Parameters

regionName

region 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 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.