[]
Describes export to CSV format.
public class CsvExportProvider : ExportProvider
| Name | Description |
|---|---|
| CsvExportProvider() |
| Name | Description |
|---|---|
| DefaultExtension | Gets the default filename extension for the current export format. This implementation returns "csv". |
| FormatName | Gets a short description of the HTML export format. |
| SupportedDocumentInfoFields | Gets the combination of flags indicating which fields of the DocumentInfo class are supported by the current export format. This implementation returns Author. |
| Name | Description |
|---|---|
| NewExporter() | Creates a new instance of the CsvFilter. |