Click or drag to resize

WizPageDataGetBool Method

Get the boolean value for the named item in the current instance's page data.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public bool GetBool(
	string itemName
)

Parameters

itemName
Type: SystemString
The name of the data item to get (for the current instance).

Return Value

Type: Boolean
The value of the requested item if found, else defaults to false.
See Also