Click or drag to resize

WizPageBaseGetText Method (String, String, String)

Get localized text.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string GetText(
	string itemName,
	string ids,
	string defaultText
)

Parameters

itemName
Type: SystemString
The name of the text item, in the PageElementInfo, to retrieve.
ids
Type: SystemString
The resource id for the text item.
defaultText
Type: SystemString
The default text if item not found.

Return Value

Type: String
The localized/customized text.
See Also