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 > IMediaCreationDataAccessAgent Interface : DeleteMediaLocation Method




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

Syntax

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

Parameters

mediaSopInstanceUID
An System.Array of strings representing the SOP Instance UIDs of the media objects to delete their stored location.

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