docs: regenerate

This commit is contained in:
goat 2022-10-29 15:34:04 +02:00
parent 02f90899a3
commit 6fd636c26c
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
1239 changed files with 214126 additions and 66229 deletions

View file

@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class FileDialogManager
">
<meta name="generator" content="docfx 2.59.1.0">
<meta name="generator" content="docfx 2.59.4.0">
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../styles/docfx.vendor.css">
@ -111,6 +111,68 @@
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class FileDialogManager</code></pre>
</div>
<h3 id="fields">Fields
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_ImGuiFileDialog_FileDialogManager_AddedWindowFlags.md&amp;value=---%0Auid%3A%20Dalamud.Interface.ImGuiFileDialog.FileDialogManager.AddedWindowFlags%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/ImGuiFileDialog/FileDialogManager.cs/#L18">View Source</a>
</span>
<h4 id="Dalamud_Interface_ImGuiFileDialog_FileDialogManager_AddedWindowFlags" data-uid="Dalamud.Interface.ImGuiFileDialog.FileDialogManager.AddedWindowFlags">AddedWindowFlags</h4>
<div class="markdown level1 summary"><p>Additional flags with which to draw the window.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public ImGuiWindowFlags AddedWindowFlags</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="ImGuiNET.ImGuiWindowFlags.html">ImGuiWindowFlags</a></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_ImGuiFileDialog_FileDialogManager_CustomSideBarItems.md&amp;value=---%0Auid%3A%20Dalamud.Interface.ImGuiFileDialog.FileDialogManager.CustomSideBarItems%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/ImGuiFileDialog/FileDialogManager.cs/#L15">View Source</a>
</span>
<h4 id="Dalamud_Interface_ImGuiFileDialog_FileDialogManager_CustomSideBarItems" data-uid="Dalamud.Interface.ImGuiFileDialog.FileDialogManager.CustomSideBarItems">CustomSideBarItems</h4>
<div class="markdown level1 summary"><p>Additional quick access items for the side bar.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public readonly List&lt;(string Name, string Path, FontAwesomeIcon Icon, int Position)&gt; CustomSideBarItems</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Collections.Generic.List</span>&lt;<span class="xref">System.ValueTuple</span>&lt;<span class="xref">System.String</span>, <span class="xref">System.String</span>, <a class="xref" href="Dalamud.Interface.FontAwesomeIcon.html">FontAwesomeIcon</a>, <span class="xref">System.Int32</span>&gt;&gt;</td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="methods">Methods
</h3>
<span class="small pull-right mobile-hide">
@ -118,7 +180,7 @@
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_ImGuiFileDialog_FileDialogManager_Draw.md&amp;value=---%0Auid%3A%20Dalamud.Interface.ImGuiFileDialog.FileDialogManager.Draw%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/ImGuiFileDialog/FileDialogManager.cs/#L62">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/ImGuiFileDialog/FileDialogManager.cs/#L146">View Source</a>
</span>
<a id="Dalamud_Interface_ImGuiFileDialog_FileDialogManager_Draw_" data-uid="Dalamud.Interface.ImGuiFileDialog.FileDialogManager.Draw*"></a>
<h4 id="Dalamud_Interface_ImGuiFileDialog_FileDialogManager_Draw" data-uid="Dalamud.Interface.ImGuiFileDialog.FileDialogManager.Draw">Draw()</h4>
@ -129,16 +191,80 @@
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void Draw()</code></pre>
</div>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_ImGuiFileDialog_FileDialogManager_OpenFileDialog_System_String_System_String_System_Action_System_Boolean_System_Collections_Generic_List_System_String___System_Int32_System_String_System_Boolean_.md&amp;value=---%0Auid%3A%20Dalamud.Interface.ImGuiFileDialog.FileDialogManager.OpenFileDialog(System.String%2CSystem.String%2CSystem.Action%7BSystem.Boolean%2CSystem.Collections.Generic.List%7BSystem.String%7D%7D%2CSystem.Int32%2CSystem.String%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/ImGuiFileDialog/FileDialogManager.cs/#L92">View Source</a>
</span>
<a id="Dalamud_Interface_ImGuiFileDialog_FileDialogManager_OpenFileDialog_" data-uid="Dalamud.Interface.ImGuiFileDialog.FileDialogManager.OpenFileDialog*"></a>
<h4 id="Dalamud_Interface_ImGuiFileDialog_FileDialogManager_OpenFileDialog_System_String_System_String_System_Action_System_Boolean_System_Collections_Generic_List_System_String___System_Int32_System_String_System_Boolean_" data-uid="Dalamud.Interface.ImGuiFileDialog.FileDialogManager.OpenFileDialog(System.String,System.String,System.Action{System.Boolean,System.Collections.Generic.List{System.String}},System.Int32,System.String,System.Boolean)">OpenFileDialog(String, String, Action&lt;Boolean, List&lt;String&gt;&gt;, Int32, String, Boolean)</h4>
<div class="markdown level1 summary"><p>Create a dialog which selects already existing files.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void OpenFileDialog(string title, string filters, Action&lt;bool, List&lt;string&gt;&gt; callback, int selectionCountMax, string startPath = null, bool isModal = false)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">title</span></td>
<td><p>The header title of the dialog.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">filters</span></td>
<td><p>Which files to show in the dialog.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Action</span>&lt;<span class="xref">System.Boolean</span>, <span class="xref">System.Collections.Generic.List</span>&lt;<span class="xref">System.String</span>&gt;&gt;</td>
<td><span class="parametername">callback</span></td>
<td><p>The action to execute when the dialog is finished.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">selectionCountMax</span></td>
<td><p>The maximum amount of files or directories which can be selected. Set to 0 for an infinite number.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">startPath</span></td>
<td><p>The directory which the dialog should start inside of. The last path this manager was in is used if this is null.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">isModal</span></td>
<td><p>Whether the dialog should be a modal popup.</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_ImGuiFileDialog_FileDialogManager_OpenFileDialog_System_String_System_String_System_Action_System_Boolean_System_String__.md&amp;value=---%0Auid%3A%20Dalamud.Interface.ImGuiFileDialog.FileDialogManager.OpenFileDialog(System.String%2CSystem.String%2CSystem.Action%7BSystem.Boolean%2CSystem.String%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/ImGuiFileDialog/FileDialogManager.cs/#L41">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/ImGuiFileDialog/FileDialogManager.cs/#L78">View Source</a>
</span>
<a id="Dalamud_Interface_ImGuiFileDialog_FileDialogManager_OpenFileDialog_" data-uid="Dalamud.Interface.ImGuiFileDialog.FileDialogManager.OpenFileDialog*"></a>
<h4 id="Dalamud_Interface_ImGuiFileDialog_FileDialogManager_OpenFileDialog_System_String_System_String_System_Action_System_Boolean_System_String__" data-uid="Dalamud.Interface.ImGuiFileDialog.FileDialogManager.OpenFileDialog(System.String,System.String,System.Action{System.Boolean,System.String})">OpenFileDialog(String, String, Action&lt;Boolean, String&gt;)</h4>
<div class="markdown level1 summary"><p>Create a dialog which selects an already existing file.</p>
<div class="markdown level1 summary"><p>Create a dialog which selects a single, already existing file.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
@ -180,7 +306,7 @@
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_ImGuiFileDialog_FileDialogManager_OpenFolderDialog_System_String_System_Action_System_Boolean_System_String__.md&amp;value=---%0Auid%3A%20Dalamud.Interface.ImGuiFileDialog.FileDialogManager.OpenFolderDialog(System.String%2CSystem.Action%7BSystem.Boolean%2CSystem.String%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/ImGuiFileDialog/FileDialogManager.cs/#L19">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/ImGuiFileDialog/FileDialogManager.cs/#L31">View Source</a>
</span>
<a id="Dalamud_Interface_ImGuiFileDialog_FileDialogManager_OpenFolderDialog_" data-uid="Dalamud.Interface.ImGuiFileDialog.FileDialogManager.OpenFolderDialog*"></a>
<h4 id="Dalamud_Interface_ImGuiFileDialog_FileDialogManager_OpenFolderDialog_System_String_System_Action_System_Boolean_System_String__" data-uid="Dalamud.Interface.ImGuiFileDialog.FileDialogManager.OpenFolderDialog(System.String,System.Action{System.Boolean,System.String})">OpenFolderDialog(String, Action&lt;Boolean, String&gt;)</h4>
@ -211,6 +337,58 @@
<td><span class="xref">System.Action</span>&lt;<span class="xref">System.Boolean</span>, <span class="xref">System.String</span>&gt;</td>
<td><span class="parametername">callback</span></td>
<td><p>The action to execute when the dialog is finished.</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_ImGuiFileDialog_FileDialogManager_OpenFolderDialog_System_String_System_Action_System_Boolean_System_String__System_String_System_Boolean_.md&amp;value=---%0Auid%3A%20Dalamud.Interface.ImGuiFileDialog.FileDialogManager.OpenFolderDialog(System.String%2CSystem.Action%7BSystem.Boolean%2CSystem.String%7D%2CSystem.String%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/ImGuiFileDialog/FileDialogManager.cs/#L43">View Source</a>
</span>
<a id="Dalamud_Interface_ImGuiFileDialog_FileDialogManager_OpenFolderDialog_" data-uid="Dalamud.Interface.ImGuiFileDialog.FileDialogManager.OpenFolderDialog*"></a>
<h4 id="Dalamud_Interface_ImGuiFileDialog_FileDialogManager_OpenFolderDialog_System_String_System_Action_System_Boolean_System_String__System_String_System_Boolean_" data-uid="Dalamud.Interface.ImGuiFileDialog.FileDialogManager.OpenFolderDialog(System.String,System.Action{System.Boolean,System.String},System.String,System.Boolean)">OpenFolderDialog(String, Action&lt;Boolean, String&gt;, String, Boolean)</h4>
<div class="markdown level1 summary"><p>Create a dialog which selects an already existing folder.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void OpenFolderDialog(string title, Action&lt;bool, string&gt; callback, string startPath, bool isModal = false)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">title</span></td>
<td><p>The header title of the dialog.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Action</span>&lt;<span class="xref">System.Boolean</span>, <span class="xref">System.String</span>&gt;</td>
<td><span class="parametername">callback</span></td>
<td><p>The action to execute when the dialog is finished.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">startPath</span></td>
<td><p>The directory which the dialog should start inside of. The last path this manager was in is used if this is null.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">isModal</span></td>
<td><p>Whether the dialog should be a modal popup.</p>
</td>
</tr>
</tbody>
@ -220,7 +398,7 @@
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_ImGuiFileDialog_FileDialogManager_Reset.md&amp;value=---%0Auid%3A%20Dalamud.Interface.ImGuiFileDialog.FileDialogManager.Reset%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/ImGuiFileDialog/FileDialogManager.cs/#L76">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/ImGuiFileDialog/FileDialogManager.cs/#L163">View Source</a>
</span>
<a id="Dalamud_Interface_ImGuiFileDialog_FileDialogManager_Reset_" data-uid="Dalamud.Interface.ImGuiFileDialog.FileDialogManager.Reset*"></a>
<h4 id="Dalamud_Interface_ImGuiFileDialog_FileDialogManager_Reset" data-uid="Dalamud.Interface.ImGuiFileDialog.FileDialogManager.Reset">Reset()</h4>
@ -236,7 +414,7 @@
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_ImGuiFileDialog_FileDialogManager_SaveFileDialog_System_String_System_String_System_String_System_String_System_Action_System_Boolean_System_String__.md&amp;value=---%0Auid%3A%20Dalamud.Interface.ImGuiFileDialog.FileDialogManager.SaveFileDialog(System.String%2CSystem.String%2CSystem.String%2CSystem.String%2CSystem.Action%7BSystem.Boolean%2CSystem.String%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/ImGuiFileDialog/FileDialogManager.cs/#L54">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/ImGuiFileDialog/FileDialogManager.cs/#L111">View Source</a>
</span>
<a id="Dalamud_Interface_ImGuiFileDialog_FileDialogManager_SaveFileDialog_" data-uid="Dalamud.Interface.ImGuiFileDialog.FileDialogManager.SaveFileDialog*"></a>
<h4 id="Dalamud_Interface_ImGuiFileDialog_FileDialogManager_SaveFileDialog_System_String_System_String_System_String_System_String_System_Action_System_Boolean_System_String__" data-uid="Dalamud.Interface.ImGuiFileDialog.FileDialogManager.SaveFileDialog(System.String,System.String,System.String,System.String,System.Action{System.Boolean,System.String})">SaveFileDialog(String, String, String, String, Action&lt;Boolean, String&gt;)</h4>
@ -285,6 +463,76 @@
<td><span class="xref">System.Action</span>&lt;<span class="xref">System.Boolean</span>, <span class="xref">System.String</span>&gt;</td>
<td><span class="parametername">callback</span></td>
<td><p>The action to execute when the dialog is finished.</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_ImGuiFileDialog_FileDialogManager_SaveFileDialog_System_String_System_String_System_String_System_String_System_Action_System_Boolean_System_String__System_String_System_Boolean_.md&amp;value=---%0Auid%3A%20Dalamud.Interface.ImGuiFileDialog.FileDialogManager.SaveFileDialog(System.String%2CSystem.String%2CSystem.String%2CSystem.String%2CSystem.Action%7BSystem.Boolean%2CSystem.String%7D%2CSystem.String%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/ImGuiFileDialog/FileDialogManager.cs/#L131">View Source</a>
</span>
<a id="Dalamud_Interface_ImGuiFileDialog_FileDialogManager_SaveFileDialog_" data-uid="Dalamud.Interface.ImGuiFileDialog.FileDialogManager.SaveFileDialog*"></a>
<h4 id="Dalamud_Interface_ImGuiFileDialog_FileDialogManager_SaveFileDialog_System_String_System_String_System_String_System_String_System_Action_System_Boolean_System_String__System_String_System_Boolean_" data-uid="Dalamud.Interface.ImGuiFileDialog.FileDialogManager.SaveFileDialog(System.String,System.String,System.String,System.String,System.Action{System.Boolean,System.String},System.String,System.Boolean)">SaveFileDialog(String, String, String, String, Action&lt;Boolean, String&gt;, String, Boolean)</h4>
<div class="markdown level1 summary"><p>Create a dialog which selects an already existing folder or new file.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void SaveFileDialog(string title, string filters, string defaultFileName, string defaultExtension, Action&lt;bool, string&gt; callback, string startPath, bool isModal = false)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">title</span></td>
<td><p>The header title of the dialog.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">filters</span></td>
<td><p>Which files to show in the dialog.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">defaultFileName</span></td>
<td><p>The default name to use when creating a new file.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">defaultExtension</span></td>
<td><p>The extension to use when creating a new file.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Action</span>&lt;<span class="xref">System.Boolean</span>, <span class="xref">System.String</span>&gt;</td>
<td><span class="parametername">callback</span></td>
<td><p>The action to execute when the dialog is finished.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">startPath</span></td>
<td><p>The directory which the dialog should start inside of. The last path this manager was in is used if this is null.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">isModal</span></td>
<td><p>Whether the dialog should be a modal popup.</p>
</td>
</tr>
</tbody>
@ -294,7 +542,7 @@
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_ImGuiFileDialog_FileDialogManager_SaveFolderDialog_System_String_System_String_System_Action_System_Boolean_System_String__.md&amp;value=---%0Auid%3A%20Dalamud.Interface.ImGuiFileDialog.FileDialogManager.SaveFolderDialog(System.String%2CSystem.String%2CSystem.Action%7BSystem.Boolean%2CSystem.String%7D)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/ImGuiFileDialog/FileDialogManager.cs/#L30">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/ImGuiFileDialog/FileDialogManager.cs/#L54">View Source</a>
</span>
<a id="Dalamud_Interface_ImGuiFileDialog_FileDialogManager_SaveFolderDialog_" data-uid="Dalamud.Interface.ImGuiFileDialog.FileDialogManager.SaveFolderDialog*"></a>
<h4 id="Dalamud_Interface_ImGuiFileDialog_FileDialogManager_SaveFolderDialog_System_String_System_String_System_Action_System_Boolean_System_String__" data-uid="Dalamud.Interface.ImGuiFileDialog.FileDialogManager.SaveFolderDialog(System.String,System.String,System.Action{System.Boolean,System.String})">SaveFolderDialog(String, String, Action&lt;Boolean, String&gt;)</h4>
@ -331,6 +579,64 @@
<td><span class="xref">System.Action</span>&lt;<span class="xref">System.Boolean</span>, <span class="xref">System.String</span>&gt;</td>
<td><span class="parametername">callback</span></td>
<td><p>The action to execute when the dialog is finished.</p>
</td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_ImGuiFileDialog_FileDialogManager_SaveFolderDialog_System_String_System_String_System_Action_System_Boolean_System_String__System_String_System_Boolean_.md&amp;value=---%0Auid%3A%20Dalamud.Interface.ImGuiFileDialog.FileDialogManager.SaveFolderDialog(System.String%2CSystem.String%2CSystem.Action%7BSystem.Boolean%2CSystem.String%7D%2CSystem.String%2CSystem.Boolean)%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/ImGuiFileDialog/FileDialogManager.cs/#L67">View Source</a>
</span>
<a id="Dalamud_Interface_ImGuiFileDialog_FileDialogManager_SaveFolderDialog_" data-uid="Dalamud.Interface.ImGuiFileDialog.FileDialogManager.SaveFolderDialog*"></a>
<h4 id="Dalamud_Interface_ImGuiFileDialog_FileDialogManager_SaveFolderDialog_System_String_System_String_System_Action_System_Boolean_System_String__System_String_System_Boolean_" data-uid="Dalamud.Interface.ImGuiFileDialog.FileDialogManager.SaveFolderDialog(System.String,System.String,System.Action{System.Boolean,System.String},System.String,System.Boolean)">SaveFolderDialog(String, String, Action&lt;Boolean, String&gt;, String, Boolean)</h4>
<div class="markdown level1 summary"><p>Create a dialog which selects an already existing folder or new folder.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void SaveFolderDialog(string title, string defaultFolderName, Action&lt;bool, string&gt; callback, string startPath, bool isModal = false)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">title</span></td>
<td><p>The header title of the dialog.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">defaultFolderName</span></td>
<td><p>The default name to use when creating a new folder.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Action</span>&lt;<span class="xref">System.Boolean</span>, <span class="xref">System.String</span>&gt;</td>
<td><span class="parametername">callback</span></td>
<td><p>The action to execute when the dialog is finished.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">startPath</span></td>
<td><p>The directory which the dialog should start inside of. The last path this manager was in is used if this is null.</p>
</td>
</tr>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">isModal</span></td>
<td><p>Whether the dialog should be a modal popup.</p>
</td>
</tr>
</tbody>
@ -346,7 +652,7 @@
<a href="https://github.com/goatcorp/Dalamud/new/master/apiSpec/new?filename=Dalamud_Interface_ImGuiFileDialog_FileDialogManager.md&amp;value=---%0Auid%3A%20Dalamud.Interface.ImGuiFileDialog.FileDialogManager%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/ImGuiFileDialog/FileDialogManager.cs/#L8" class="contribution-link">View Source</a>
<a href="https://github.com/goatcorp/Dalamud/blob/master/Dalamud/Interface/ImGuiFileDialog/FileDialogManager.cs/#L11" class="contribution-link">View Source</a>
</li>
</ul>
</div>