LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

CacheBaseFolder Property

Show in webframe



Gets or sets the base cache folder path.
Syntax
'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;}
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

See Also

Reference

MedicalWebViewerLoader Class
MedicalWebViewerLoader Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.