Remove the given string from the collection.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public void Remove(
	string str
)
Visual Basic
Public Sub Remove ( _
	str As String _
)
Visual C++
public:
void Remove(
	String^ str
)

Parameters

str
Type: System..::..String
String to remove.

See Also