ServerStringsRemove Method
Remove the given string from the collection.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
public void Remove(
string str
)
Public Sub Remove (
str As String
)
public:
void Remove(
String^ str
)
member Remove :
str : string -> unit
Parameters
- str String
- String to remove.