Click or drag to resize

WizPageBaseAddUserData Method

Wrapper method to add custom UserData entries

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public virtual void AddUserData(
	string instanceName,
	string varName,
	string value
)

Parameters

instanceName
Type: SystemString
The name of the wizard instance to associate with the value to
varName
Type: SystemString
The name of the variable to associate with the value
value
Type: SystemString
The value to associate with the instance variable

Implements

IWizPageAddUserData(String, String, String)
See Also