Update docs

This commit is contained in:
miguel
2018-05-05 14:19:45 -04:00
parent 6c3fa389a6
commit 2f25941dad
5 changed files with 23 additions and 19 deletions

View File

@@ -316,7 +316,7 @@
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public NStack.ustring[] AllowedFileTypes { get; set; }</code></pre>
<pre><code class="lang-csharp hljs">public string[] AllowedFileTypes { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
@@ -328,7 +328,7 @@
</thead>
<tbody>
<tr>
<td><span class="xref">NStack.ustring</span>[]</td>
<td><span class="xref">System.String</span>[]</td>
<td><p>The allowed file types.</p>
</td>
</tr>