VerifyConfiguration Method

Summary
Returns 'true' if the configuration settings are valid for this external store add-in; otherwise, returns 'false'.
Syntax
C#
VB
C++
public abstract bool VerifyConfiguration( 
   out string errorString 
) 
  
Public MustOverride Function VerifyConfiguration( _ 
   ByRef errorString As String _ 
) As Boolean 
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 an example, see the Leadtools.Medical.ExternalStore.Sample.Addin demo located here: <INSTALLDIR>\Examples\PACSFramework\CS\Sample AddIns\Leadtools.Medical.ExternalStore.Sample.Addin

Requirements

Target Platforms

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

Leadtools.Dicom.AddIn Assembly

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