# C1.Win.Schedule.C1Schedule.Export

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Schedule_C1Schedule_Export_" data-uid="C1.Win.Schedule.C1Schedule.Export*">Export Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Schedule_C1Schedule_Export_" data-uid="C1.Win.Schedule.C1Schedule.Export*"></a>
<h4 id="C1_Win_Schedule_C1Schedule_Export_System_Object_System_String_" data-uid="C1.Win.Schedule.C1Schedule.Export(System.Object,System.String)">Export(object, string)</h4>
<div class="markdown level1 summary"><p>Shows the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.savefiledialog">SaveFileDialog</a> and exports specified data to the selected file.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void Export(object parameter, string dialogTitle)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub Export(parameter As Object, dialogTitle 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.object">object</a></td>
      <td><span class="parametername">parameter</span></td>
      <td><p>an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a> to export. This parameter can be one of the next:
<ul><li><span class="term">null</span> for export all C1Schedule data;</li><li><span class="term"><span class="xref">C1.Schedule.Appointment</span>;</span></li><li><span class="term"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1">IList&lt;T&gt;</a>.</span></li></ul>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">dialogTitle</span></td>
      <td><p>the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> value used as a SaveFileDialog title.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
