Click or drag to resize

ExportSettings Methods

The ExportSettings type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodStatic memberGetSupportedExportFields Gets a list of all supported ExportFields.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodStatic memberReadExportedFieldsFromCsvMappingFile Reads (parses) all ExportField from a previously exported (and optionally modified) comma separated value (.csv) mapping file. See methods GetSupportedExportFields and WriteExportedFieldsToCsvMappingFile(String, ListExportField, Boolean) for exporting a .csv mapping file that can be edited by user.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodStatic memberWriteExportedFieldsToCsvMappingFile Writes a comma separated value (.csv) file of export fields.
Top
See Also