←Select platform

CacheBaseFolder Property

Summary

Gets or sets the base cache folder path.

Syntax

C#
VB
C++
public string CacheBaseFolder { get; set; } 
  
Public Property CacheBaseFolder As String 
public: 
property String^ CacheBaseFolder { 
   String^ get(); 
   void set (    String^ ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Web Assembly