Click or drag to resize

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
)

Parameters

cxt
Type: NetQuarryIAppContext
The current AppContext

Return Value

Type: ExportListStyle
The ExportListStyle preference value for the current user.
See Also