Click or drag to resize

MapperUtilsTogglerItemCaption Method

Gets the item description for use as a toggler caption.

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static string TogglerItemCaption(
	IMapper map,
	PageElementInfo pei
)

Parameters

map
Type: NetQuarry.DataIMapper
The mapper.
pei
Type: NetQuarryPageElementInfo
The PageElementInfo, may be null.

Return Value

Type: String
The item description to use or null/empty if no item description is available.
See Also