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
)
Public Shared Function TogglerItemCaption (
map As IMapper,
pei As PageElementInfo
) As String
Parameters
- map
- Type: NetQuarry.DataIMapper
The mapper. - pei
- Type: NetQuarryPageElementInfo
The PageElementInfo, may be null.
Return Value
Type:
StringThe item description to use or null/empty if no item description is available.
See Also