DataExportMapperHelperUserExportStyle Method |
Gets the ExportListStyle preference for the current user.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static ExportListStyle UserExportStyle(
IAppContext cxt
)
Public Shared Function UserExportStyle (
cxt As IAppContext
) As ExportListStyle
Parameters
- cxt
- Type: NetQuarryIAppContext
The current AppContext
Return Value
Type:
ExportListStyleThe ExportListStyle preference value for the current user.
See Also