Click or drag to resize

FilterHelperDescription Method (String, FilterKeywordRules)

Get the localized description for the specified filter symbol with a preference for the specified data type.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string Description(
	string symbol,
	FilterKeywordRules typePreference
)

Parameters

symbol
Type: SystemString
The symbol for which to get the description, from FilterSyms.
typePreference
Type: NetQuarryFilterKeywordRules
The data type being filtered.

Return Value

Type: String
The filter description, if item is known, else the symbol itself.
See Also