ITreeList.ExportToCsvAsync Method
| Name | Parameters | Description |
|---|---|---|
| ExportToCsvAsync(Stream, TreeListCsvExportOptions) | stream, options | Exports TreeList data to a stream in CSV format. |
| ExportToCsvAsync(String, TreeListCsvExportOptions) | fileName, options | Exports TreeList data in CSV format and downloads the resulting file to the client machine. |