Form GetFileElement Method (String)C# API
Gets the FileElement with the specified name.

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

public FileElement GetFileElement(
	string name
)

Parameters

name
Type: System String
The name of the FileElement to retrieve.

Return Value

The first FileElement in the form that has the specified name.
Exceptions

See Also