Export |
The ExportSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetSupportedExportFields | Gets a list of all supported ExportFields. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ReadExportedFieldsFromCsvMappingFile | 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. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) | |
| WriteExportedFieldsToCsvMappingFile | Writes a comma separated value (.csv) file of export fields. |