Visual Basic (Declaration) | |
---|---|
Public Property CacheBaseFolder As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MedicalWebViewerLoader Dim value As String instance.CacheBaseFolder = value value = instance.CacheBaseFolder |
C# | |
---|---|
public string CacheBaseFolder {get; set;} |
Property Value
A System.String representing the path to the folder where cache information will be stored for each user.Refer to the Medical Web Viewer demo in the WorkstationWebViewer project.
The Leadtools.Medical.Caching.Cache object will create subdirectories for each user to store user specific cache information.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family