# C1.C1Preview.Export.Exporter.OutputFiles

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_Export_Exporter_OutputFiles_" data-uid="C1.C1Preview.Export.Exporter.OutputFiles*">OutputFiles Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_Export_Exporter_OutputFiles_" data-uid="C1.C1Preview.Export.Exporter.OutputFiles*"></a>
<h4 id="C1_C1Preview_Export_Exporter_OutputFiles" data-uid="C1.C1Preview.Export.Exporter.OutputFiles">OutputFiles</h4>
<div class="markdown level1 summary"><p>Gets the list of files which were generated by the call to <a class="xref" href="C1.C1Preview.Export.Exporter.Export.html#C1_C1Preview_Export_Exporter_Export_System_String_">Export(string)</a>.
Typically exporters produce a single file (e.g. <a class="xref" href="C1.C1Preview.Export.RtfExporter.html">RtfExporter</a>, <a class="xref" href="C1.C1Preview.Export.XlsExporter.html">XlsExporter</a>),
but some (like <a class="xref" href="C1.C1Preview.Export.HtmlExporter.html">HtmlExporter</a> and <a class="xref" href="C1.C1Preview.Export.EmfExporter.html">EmfExporter</a>) may produce several files all of which
can be then accessed through this property.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public List&lt;string&gt; OutputFiles { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property OutputFiles As List(Of String)</code></pre>
</div>
</div>
