Opens the advanced configuration from the specified server directory.
public static AdvancedSettings Open(
string ServerDirectory,
bool cache
)
Public Shared Function Open( _
ByVal ServerDirectory As String, _
ByVal cache As Boolean _
) As Leadtools.Dicom.Addin.Configuration.AdvancedSettings
public:
static Leadtools.Dicom.Addin.Configuration.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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET