VerifyConfiguration Method

Summary
Returns 'true' if the configuration settings are valid for this external store add-in; otherwise, returns 'false'.
Syntax
C#
C++/CLI
public abstract bool VerifyConfiguration( 
   out string errorString 
) 
public: 
abstract bool VerifyConfiguration(  
   [Out] String^ errorString 
)  

Parameters

errorString
Contains an error string explaining why the configuration failed verification. Empty if verification is successful

Return Value

true if the configuration settings specified in ConfigurationObject are verified successfully; otherwise, false.

Remarks

For a demo, refer to Leadtools.Medical.ExternalStore.Sample.Addin located here: <INSTALLDIR>\Examples\Medical\DotNet\SampleAddIns\Medical.ExternalStore.Sample.Addin.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.