Click or drag to resize

WizPageDataContainsKey Method (String)

Determines if a particular item exists in the wizard's page data. In this overload the current instance is assumed.

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

Parameters

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

Return Value

Type: Boolean
True if the item is present in the wizard's page data, else false.
See Also