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
)
Public Function ContainsKey (
instanceName As String,
itemName As String
) As Boolean
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:
BooleanTrue if the item is present in the wizard's page data, else false.
See Also