# C1.Win.Themes.C1ThemeLocator.GetAvailableThemes

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_Themes_C1ThemeLocator_GetAvailableThemes_" data-uid="C1.Win.Themes.C1ThemeLocator.GetAvailableThemes*">GetAvailableThemes Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_Themes_C1ThemeLocator_GetAvailableThemes_" data-uid="C1.Win.Themes.C1ThemeLocator.GetAvailableThemes*"></a>
<h4 id="C1_Win_Themes_C1ThemeLocator_GetAvailableThemes_C1_Win_Themes_C1ThemeLocator_LocationType_" data-uid="C1.Win.Themes.C1ThemeLocator.GetAvailableThemes(C1.Win.Themes.C1ThemeLocator.LocationType)">GetAvailableThemes(LocationType)</h4>
<div class="markdown level1 summary"><p>Gets available theme names.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static List&lt;string&gt; GetAvailableThemes(C1ThemeLocator.LocationType location)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function GetAvailableThemes(location As C1ThemeLocator.LocationType) As List(Of 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="C1.Win.Themes.C1ThemeLocator.html">C1ThemeLocator</a>.<a class="xref" href="C1.Win.Themes.C1ThemeLocator.LocationType.html">LocationType</a></td>
      <td><span class="parametername">location</span></td>
      <td><p>Identifies the type of a theme location.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1">List</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>&gt;</td>
      <td><p>The list of strings of avalable theme names.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
