Click or drag to resize

FilterHelperGetCascadedText Method

Get the specified localized text for this item. Obtaining the text is a cascading process from most specific to least specific always using the IDS as the id: 1) Look for the text item in the application's TextItems collection, 2) If not found, look for the item in the locale resource file, 3) If not found, use the provided defaultText.

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

Parameters

ids
Type: SystemString
The string id.
defaultText
Type: SystemString
The default text to use if corresponding string not found.

Return Value

Type: String
The localized text.
See Also