Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Dicom.AddIn.Interfaces Namespace > ICrud Interface : Exists Method |
true
if the file exists on the external store; will contain false
otherwise
'Usage Dim instance As ICrud Dim token As String Dim exists As Boolean Dim value As Exception value = instance.Exists(token, exists)
Exception^ Exists( String^ token, [Out] bool exists )
true
if the file exists on the external store; will contain false
otherwisenull
if successful; otherwise return an appropriate exception. Note that the exception is returned and not thrown.For an example, see the Leadtools.Medical.ExternalStore.Sample.Addin demo located here: <INSTALLDIR>\Examples\PACSFramework\CS\Sample AddIns\Leadtools.Medical.ExternalStore.Sample.Addin