Click or drag to resize

FlavorsMapHelp Method

The customized helpstring, if any, for the specified flavor.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string Help(
	int flavor,
	string defaultHelp
)

Parameters

flavor
Type: SystemInt32
The flavor in question.
defaultHelp
Type: SystemString
The default helpstring if no custom helpstring is found.

Return Value

Type: String
The customized helpstring if found, else the defaultHelp.
See Also