LEADTOOLS Medical (Leadtools.Dicom.Web assembly)
LEAD Technologies, Inc

CacheBaseFolder Property






Gets or sets the base cache folder path.
Syntax
public string CacheBaseFolder {get; set;}
'Declaration
 
Public Property CacheBaseFolder As String
'Usage
 
Dim instance As MedicalWebViewerLoader
Dim value As String
 
instance.CacheBaseFolder = value
 
value = instance.CacheBaseFolder
public string CacheBaseFolder {get; set;}
 get_CacheBaseFolder();
set_CacheBaseFolder(value);
public:
property String^ CacheBaseFolder {
   String^ get();
   void set (    String^ value);
}

Property Value

A System.String representing the path to the folder where cache information will be stored for each user.
Remarks

The Leadtools.Medical.Caching.Cache object will create subdirectories for each user to store user specific cache information.

Example
Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

MedicalWebViewerLoader Class
MedicalWebViewerLoader Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.