Remove Method (item)

DTF API

Copy image CopyHover image
Deployment Tools Foundation Remove Method (item)
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerSourceListRemove(String)
Removes a network or URL source.
Declaration Syntax
C# Visual Basic Visual C++ F#
public bool Remove(
	string item
)
Public Function Remove ( 
	item As String
) As Boolean
public:
virtual bool Remove(
	String^ item
) sealed
abstract Remove : 
        item : string -> bool 
override Remove : 
        item : string -> bool 
Parameters
item (String)
Return Value
Remarks

Win32 MSI API: MsiSourceListClearSource

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.11.1.2318)