public static AdvancedSettings Open(
string ServerDirectory,
bool cache
)
public:
static AdvancedSettings^ Open(
String^ ServerDirectory,
bool _cache
)
ServerDirectory
The server directory.
cache
If true, then use a cached (i.e., in memory) copy of the Configuration.AdvancedSettings; if false, force a reload of the Configuration.AdvancedSettings.
An AdvancedSettings object that allows the caller to have access to advanced configuration options.
If the advanced.config does not exist this method creates it and returns a valid AdvancedSettings object.
If mutliple processes are reading/writing the Configuration.AdvancedSettings, then set the cache parameter to false.
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