FileElement Constructor (String)C# API
Initialises a new instance of the FileElement class, using the specified elementName.

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

public FileElement(
	string elementName
)

Parameters

elementName
Type: System String
The name attribute of the FileElement.
See Also