Returns 'true' if the configuration settings are valid for this external store addin; otherwise, returns 'false'.
public abstract bool VerifyConfiguration(out string errorString)
Public MustOverride Function VerifyConfiguration( _ByRef errorString As String _) As Boolean
public:abstract bool VerifyConfiguration([Out] String^ errorString)
errorString
Contains an error string explaining why the configuration failed verification. Empty if verification is successful
true if the configuration settings specified in ConfigurationObject are verified successfully; otherwise, false.
For an example, see the Leadtools.Medical.ExternalStore.Sample.Addin demo located here: <INSTALLDIR>\Examples\PACSFramework\CS\Sample AddIns\Leadtools.Medical.ExternalStore.Sample.Addin
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
