LEADTOOLS For .NET Class Library Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
DeleteMediaLocation Method
See Also 
Leadtools.Medical.Media.DataAccessLayer Namespace > MediaCreationDbDataAccessAgent Class : DeleteMediaLocation Method




mediaSopInstanceUID
An System.Array of strings that represent the SOP Instance UIDs of the media objects to delete their stored locations.
mediaSopInstanceUID
An System.Array of strings that represent the SOP Instance UIDs of the media objects to delete their stored locations.
Deletes the location of the provided media objects.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub DeleteMediaLocation( _
   ByVal mediaSopInstanceUID() As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As MediaCreationDbDataAccessAgent
Dim mediaSopInstanceUID() As String
 
instance.DeleteMediaLocation(mediaSopInstanceUID)
C# 
public virtual void DeleteMediaLocation( 
   string[] mediaSopInstanceUID
)
Managed Extensions for C++ 
public: virtual void DeleteMediaLocation( 
   string*[]* mediaSopInstanceUID
) 
C++/CLI 
public:
virtual void DeleteMediaLocation( 
   array<String^>^ mediaSopInstanceUID
) 

Parameters

mediaSopInstanceUID
An System.Array of strings that represent the SOP Instance UIDs of the media objects to delete their stored locations.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also