Click or drag to resize

WizPageBaseGetUserDataString Method

Returns a string from the user data collection

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string GetUserDataString(
	string key
)

Parameters

key
Type: SystemString
The key of the string to return.

Return Value

Type: String
a string representation of the item in the UserData collection
See Also