Visual Basic (Declaration) | |
---|---|
Public Property CacheDirectoryName As String |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public string CacheDirectoryName {get; set;} |
Return Value
The name of the cache directory. Can be null.This example demonstrates this value being set to save cache data.
For an example, refer to JpipRasterImageViewer.
If this value is null, no cache file will be saved. If this value is set, the
JpipRasterImageViewer object will save the cache file when
Close is called. The cache file holds all of the meta and image
data. This cache file will be used the next time the image is opened so that less
data will need to be sent by the server.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family