Click or drag to resize

DataExportMapperHelper Methods

The DataExportMapperHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAddCommands
Adds the set of ExportService items as MapperCommands to the given Mapper
Public methodStatic memberExportFileFolder
Finds the File Folder to write Exports to for the given DataExportService on the current Server.
Public methodStatic memberExportMapper
Export the mapper via the DataExportService provided per the specified options. Note that this method is intended for use in derived extensions.
Public methodStatic memberExportMapper2
Export the mapper to data via the DataExportService per the specified options. Note that this method is intended for use in derived extensions.
Public methodStatic memberGenTempFileName
Generate a temporary filename, given a DataExportService and the current AppContext
Public methodStatic memberHandleCommand
Handle the given MappperCommand
Public methodStatic memberLogExport
Offline Export the mapper to data via the DataExportService per the specified options. Note that this method is intended for use in derived extensions.
Public methodStatic memberUserExportStyle
Gets the ExportListStyle preference for the current user.
Top
See Also