[This is preliminary documentation and is subject to change.]

Check to see if the ExposedControls list already contains a RegisteredControl with the specified name.

Namespace:  Forcepoint.GUISS
Assembly:  Forcepoint.GUISS (in Forcepoint.GUISS.dll) Version: 0.2.0.1 (0.2.0.1)

Syntax

C#
public bool ContainsRegisteredControl(
	string name
)

Parameters

name
Type: System..::.String
The name of the Registered Control.

Return Value

True if the list contains the Registered Control, else false.

See Also