tune
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="title" content="Class HiNcHost | HiAPI-C# 2025 ">
|
||||
|
||||
<meta name="description" content="Rich HiNC Service. Host class for HiNC functionality that provides project management, path resolution, and MongoDB integration.">
|
||||
<meta name="description" content="Rich HiNC Service. Host class for HiNC functionality that provides project management, path resolution, and DB integration.">
|
||||
<link rel="icon" href="../img/HiAPI.favicon.ico">
|
||||
<link rel="stylesheet" href="../public/docfx.min.css">
|
||||
<link rel="stylesheet" href="../public/main.css">
|
||||
@@ -98,7 +98,7 @@ Class HiNcHost
|
||||
</div>
|
||||
|
||||
<div class="markdown summary"><p>Rich HiNC Service.
|
||||
Host class for HiNC functionality that provides project management, path resolution, and MongoDB integration.</p>
|
||||
Host class for HiNC functionality that provides project management, path resolution, and DB integration.</p>
|
||||
</div>
|
||||
<div class="markdown conceptual"></div>
|
||||
|
||||
@@ -220,8 +220,8 @@ Host class for HiNC functionality that provides project management, path resolut
|
||||
|
||||
<a id="Hi_HiNcKits_HiNcHost__ctor_" data-uid="Hi.HiNcKits.HiNcHost.#ctor*"></a>
|
||||
|
||||
<h3 id="Hi_HiNcKits_HiNcHost__ctor_System_String_System_Int32_System_String_" data-uid="Hi.HiNcKits.HiNcHost.#ctor(System.String,System.Int32,System.String)">
|
||||
HiNcHost(string, int, string)
|
||||
<h3 id="Hi_HiNcKits_HiNcHost__ctor_System_String_System_String_" data-uid="Hi.HiNcKits.HiNcHost.#ctor(System.String,System.String)">
|
||||
HiNcHost(string, string)
|
||||
|
||||
</h3>
|
||||
|
||||
@@ -230,16 +230,13 @@ Host class for HiNC functionality that provides project management, path resolut
|
||||
<div class="markdown level1 conceptual"></div>
|
||||
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-csharp hljs">public HiNcHost(string adminDirectory, int mongodbPort, string displayEngineFontFile)</code></pre>
|
||||
<pre><code class="lang-csharp hljs">public HiNcHost(string adminDirectory, string displayEngineFontFile)</code></pre>
|
||||
</div>
|
||||
|
||||
<h4 class="section">Parameters</h4>
|
||||
<dl class="parameters">
|
||||
<dt><code>adminDirectory</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>The admin directory path.</p>
|
||||
</dd>
|
||||
<dt><code>mongodbPort</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></dt>
|
||||
<dd><p>The MongoDB port number (kept for backward compatibility).</p>
|
||||
</dd>
|
||||
<dt><code>displayEngineFontFile</code> <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></dt>
|
||||
<dd><p>The default value will be alternative if the value is null.</p>
|
||||
|
||||
Reference in New Issue
Block a user