←Select platform

AutoDeleteFromCache Property

Summary

Indicates whether to automatically delete this document from the cache.

Syntax

C#
VB
Java
C++
public bool AutoDeleteFromCache { get; set; } 
Public Property AutoDeleteFromCache() As Boolean 
   Get 
   Set 
public:  
   property bool AutoDeleteFromCache 
   { 
      bool get() 
      void set(bool value) 
   } 
public boolean getAutoDeleteFromCache() 
public void setAutoDeleteFromCache(boolean value) 

Property Value

Refer to AutoDeleteFromCache.

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.Documents Assembly