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 : Store Method |
true
indicates that if the file already exists in the external store, it should be overwritten. false
indicates that if the file already exists, it should not be overwritten.
'Declaration Function Store( _ ByVal filename As String, _ ByVal overwrite As Boolean, _ ByRef token As String _ ) As Exception
'Usage Dim instance As ICrud Dim filename As String Dim overwrite As Boolean Dim token As String Dim value As Exception value = instance.Store(filename, overwrite, token)
true
indicates that if the file already exists in the external store, it should be overwritten. false
indicates that if the file already exists, it should not be overwritten.null
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