# C1.Schedule.Appointment.SaveAs

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Schedule_Appointment_SaveAs_" data-uid="C1.Schedule.Appointment.SaveAs*">SaveAs Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Schedule_Appointment_SaveAs_" data-uid="C1.Schedule.Appointment.SaveAs*"></a>
<h4 id="C1_Schedule_Appointment_SaveAs_System_String_C1_Schedule_FileFormatEnum_" data-uid="C1.Schedule.Appointment.SaveAs(System.String,C1.Schedule.FileFormatEnum)">SaveAs(string, FileFormatEnum)</h4>
<div class="markdown level1 summary"><p>Saves the appointment to the specified path in the format
of the specified file format.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void SaveAs(string path, FileFormatEnum fileFormat)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub SaveAs(path As String, fileFormat As FileFormatEnum)</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">path</span></td>
      <td><p>Required string. The path in which to save the item.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="C1.Schedule.FileFormatEnum.html">FileFormatEnum</a></td>
      <td><span class="parametername">fileFormat</span></td>
      <td><p>The <a class="xref" href="C1.Schedule.FileFormatEnum.html">FileFormatEnum</a> value indicating
the file format to save.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
