←Select platform

DeleteRegion Method

Summary

Deletes the specified region and all its data.

Syntax

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

Leadtools.Caching Assembly