# C1.C1Preview.ActionHandlerFileSave.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_ActionHandlerFileSave__ctor_" data-uid="C1.C1Preview.ActionHandlerFileSave.#ctor*">ActionHandlerFileSave Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_ActionHandlerFileSave__ctor_" data-uid="C1.C1Preview.ActionHandlerFileSave.#ctor*"></a>
<h4 id="C1_C1Preview_ActionHandlerFileSave__ctor" data-uid="C1.C1Preview.ActionHandlerFileSave.#ctor">ActionHandlerFileSave()</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.ActionHandlerFileSave.html">ActionHandlerFileSave</a> class.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ActionHandlerFileSave()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New()</code></pre>
</div>


<a id="C1_C1Preview_ActionHandlerFileSave__ctor_" data-uid="C1.C1Preview.ActionHandlerFileSave.#ctor*"></a>
<h4 id="C1_C1Preview_ActionHandlerFileSave__ctor_System_String_" data-uid="C1.C1Preview.ActionHandlerFileSave.#ctor(System.String)">ActionHandlerFileSave(string)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.ActionHandlerFileSave.html">ActionHandlerFileSave</a> class,
assigning the <a class="xref" href="C1.C1Preview.ActionHandlerFile.FileName.html#C1_C1Preview_ActionHandlerFile_FileName">FileName</a> property.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ActionHandlerFileSave(string fileName)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(fileName As String)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">fileName</span></td>
      <td><p>The file name to assign to the <a class="xref" href="C1.C1Preview.ActionHandlerFile.FileName.html#C1_C1Preview_ActionHandlerFile_FileName">FileName</a> property.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="C1_C1Preview_ActionHandlerFileSave__ctor_" data-uid="C1.C1Preview.ActionHandlerFileSave.#ctor*"></a>
<h4 id="C1_C1Preview_ActionHandlerFileSave__ctor_System_String_C1_C1Preview_Export_ExportProvider_" data-uid="C1.C1Preview.ActionHandlerFileSave.#ctor(System.String,C1.C1Preview.Export.ExportProvider)">ActionHandlerFileSave(string, ExportProvider)</h4>
<div class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.ActionHandlerFileSave.html">ActionHandlerFileSave</a> class,
assigning the <a class="xref" href="C1.C1Preview.ActionHandlerFile.FileName.html#C1_C1Preview_ActionHandlerFile_FileName">FileName</a> and <a class="xref" href="C1.C1Preview.ActionHandlerFileSave.ExportProvider.html#C1_C1Preview_ActionHandlerFileSave_ExportProvider">ExportProvider</a> properties.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ActionHandlerFileSave(string fileName, ExportProvider exportProvider)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(fileName As String, exportProvider As ExportProvider)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">fileName</span></td>
      <td><p>The file name to assign to the <a class="xref" href="C1.C1Preview.ActionHandlerFile.FileName.html#C1_C1Preview_ActionHandlerFile_FileName">FileName</a> property.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.C1Preview.Export.ExportProvider.html">ExportProvider</a></td>
      <td><span class="parametername">exportProvider</span></td>
      <td><p>The <a class="xref" href="C1.C1Preview.Export.ExportProvider.html">ExportProvider</a> to assign to the <a class="xref" href="C1.C1Preview.ActionHandlerFileSave.ExportProvider.html#C1_C1Preview_ActionHandlerFileSave_ExportProvider">ExportProvider</a> property.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
