Location in a web server to use for storing cache items.
public Uri CacheVirtualDirectory { get; set; }
Public Property CacheVirtualDirectory() As System.Uri
Get
Set
public:
property System::Uri^ CacheVirtualDirectory
{
System::Uri^ get()
void set(System::Uri^ value)
}
public URL getCacheVirtualDirectory()
public void setCacheVirtualDirectory(URL value)
The location in a web server to use for storing cache items. Default value is null.
This is an optional property to set if a direct URL to cache item support is required. Usually, this is performed by creating a web virtual directory (in IIS for example) to the file system path value used with CacheDirectory.
GetItemVirtualDirectoryUrl can be used to get a direct URL to any cache item. This is performed using the following:
filePath = CacheVirtualDirectory + "\" + RegionName + "\" ItemName
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document