WizPageDataKey Method (String, String) |
The Key for indexing into the wizard's page data.
This key is composed of the page instance name together with the item name.
In this overload the instance name is explicitly specified allowing indexing into 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 string Key(
string instanceName,
string itemName
)
Public Function Key (
instanceName As String,
itemName As String
) As String
Parameters
- instanceName
- Type: SystemString
The name of the instance for which to generate a key. - itemName
- Type: SystemString
The name of the data item for which to generate a key (for the specified instance).
Return Value
Type:
StringThe key used to index into the wizard's page data.
See Also