Click or drag to resize

WizPageDataContainsKey Method (String, String)

Determines if a particular item exists in the wizard's page data. In this overload the instance name is explicitly specified allowing searching for data for pages other than the current page.

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

Parameters

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

Return Value

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