Click or drag to resize

WizPageDataGetString Method (String)

Get the string value for the named item 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 string GetString(
	string itemName
)

Parameters

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

Return Value

Type: String
The value of the requested item if found, else null.
See Also