FileElement RemoveFile Method C# API
Removes a file from the list of files to be uploaded.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public void RemoveFile(
	string filename
)

Parameters

filename
Type: System String
The name of the file to remove from the list.
See Also