[]
        
(Showing Draft Content)

C1.C1Preview.Export.Exporter.OutputFiles

OutputFiles Property

OutputFiles

Gets the list of files which were generated by the call to Export(string). Typically exporters produce a single file (e.g. RtfExporter, XlsExporter), but some (like HtmlExporter and EmfExporter) may produce several files all of which can be then accessed through this property.

Declaration
public List<string> OutputFiles { get; }