Click or drag to resize

MapperDatasheetGetIcon Method

Gets a standard icon or its application-specific override if one is specified.

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected string GetIcon(
	string icon
)

Parameters

icon
Type: SystemString
The name of the image file, without path.

Return Value

Type: String
The path to the image file to use.
See Also