Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom.Web assembly)

Show in webframe

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:
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

Error processing SSI file