# C1.Win.RulesManager.C1RulesManager.LoadRules

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_RulesManager_C1RulesManager_LoadRules_" data-uid="C1.Win.RulesManager.C1RulesManager.LoadRules*">LoadRules Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_RulesManager_C1RulesManager_LoadRules_" data-uid="C1.Win.RulesManager.C1RulesManager.LoadRules*"></a>
<h4 id="C1_Win_RulesManager_C1RulesManager_LoadRules_System_String_" data-uid="C1.Win.RulesManager.C1RulesManager.LoadRules(System.String)">LoadRules(string)</h4>
<div class="markdown level1 summary"><p>Loads the <a class="xref" href="C1.Win.RulesManager.C1RulesManager.Rules.html#C1_Win_RulesManager_C1RulesManager_Rules">Rules</a> definition from an XML file.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool LoadRules(string fileName)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function LoadRules(fileName As String) As Boolean</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></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.boolean">bool</a></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_RulesManager_C1RulesManager_LoadRules_" data-uid="C1.Win.RulesManager.C1RulesManager.LoadRules*"></a>
<h4 id="C1_Win_RulesManager_C1RulesManager_LoadRules_System_IO_Stream_" data-uid="C1.Win.RulesManager.C1RulesManager.LoadRules(System.IO.Stream)">LoadRules(Stream)</h4>
<div class="markdown level1 summary"><p>Loads the <a class="xref" href="C1.Win.RulesManager.C1RulesManager.Rules.html#C1_Win_RulesManager_C1RulesManager_Rules">Rules</a> definition from a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.io.stream">Stream</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool LoadRules(Stream stream)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function LoadRules(stream As Stream) As Boolean</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.io.stream">Stream</a></td>
      <td><span class="parametername">stream</span></td>
      <td></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.boolean">bool</a></td>
      <td></td>
    </tr>
  </tbody>
</table>


<a id="C1_Win_RulesManager_C1RulesManager_LoadRules_" data-uid="C1.Win.RulesManager.C1RulesManager.LoadRules*"></a>
<h4 id="C1_Win_RulesManager_C1RulesManager_LoadRules_System_Xml_XmlReader_" data-uid="C1.Win.RulesManager.C1RulesManager.LoadRules(System.Xml.XmlReader)">LoadRules(XmlReader)</h4>
<div class="markdown level1 summary"><p>Loads the <a class="xref" href="C1.Win.RulesManager.C1RulesManager.Rules.html#C1_Win_RulesManager_C1RulesManager_Rules">Rules</a> definition from an <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.xml.xmlreader">XmlReader</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public virtual bool LoadRules(XmlReader reader)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Overridable Function LoadRules(reader As XmlReader) As Boolean</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.xml.xmlreader">XmlReader</a></td>
      <td><span class="parametername">reader</span></td>
      <td></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.boolean">bool</a></td>
      <td></td>
    </tr>
  </tbody>
</table>
</div>
