Remove Method (item)

Microsoft Deployment Compression & Installer

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++
public bool Remove(
	string item
)
Public Function Remove ( 
	item As String
) As Boolean
public:
virtual bool Remove(
	String^ item
) sealed
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.9.1006.0)