public static ObjectCache CreateFromConfigurationsString(
string value,
IDictionary<string, string> additionalValues
)
Public Shared Function CreateFromConfigurationsString(
ByVal value As String,
ByVal additionalValues As IDictionary(Of String, String)
) As ObjectCache
public:
static ObjectCache^ CreateFromConfigurationsString(
String^ value,
IDictionary<String^, String^>^ additionalValues
)
value
String containing configuration string.
additionalValues
Dictionary of key/item values containing optional values to use. additionalValues override any values with the same key found in value.
The ObjectCache derived class created by this method if successful; Otherwise, null.
Refer to ObjectCache.CreateFromConfigurations for more information and an example on loading and saving cache object configurations.
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