# C1.Web.Api.Document.Models.ExportOptionDescription

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Web_Api_Document_Models_ExportOptionDescription" data-uid="C1.Web.Api.Document.Models.ExportOptionDescription" class="text-break">ExportOptionDescription Class
</h1>
  <div class="markdown level0 summary"><p>Represents the description of export option.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">ExportOptionDescription</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Web.Api.Document.Models.html">C1.Web.Api.Document.Models</a></h6>
  <h6><strong>Assembly</strong>: C1.Web.Api.Document.dll</h6>
  <h5 id="C1_Web_Api_Document_Models_ExportOptionDescription_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ExportOptionDescription</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ExportOptionDescription</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Api_Document_Models_ExportOptionDescription__ctor_System_String_System_String_System_Object_System_String_System_Collections_Generic_IEnumerable_System_String__System_Boolean_" data-uid="C1.Web.Api.Document.Models.ExportOptionDescription.#ctor(System.String,System.String,System.Object,System.String,System.Collections.Generic.IEnumerable{System.String},System.Boolean)">
          <a class="xref" href="C1.Web.Api.Document.Models.ExportOptionDescription.-ctor.html#C1_Web_Api_Document_Models_ExportOptionDescription__ctor_System_String_System_String_System_Object_System_String_System_Collections_Generic_IEnumerable_System_String__System_Boolean_">ExportOptionDescription(string, string, object, string, IEnumerable&lt;string&gt;, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of <a class="xref" href="C1.Web.Api.Document.Models.ExportOptionDescription.html">ExportOptionDescription</a> object.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Web_Api_Document_Models_ExportOptionDescription_AllowedValues" data-uid="C1.Web.Api.Document.Models.ExportOptionDescription.AllowedValues">
          <a class="xref" href="C1.Web.Api.Document.Models.ExportOptionDescription.AllowedValues.html#C1_Web_Api_Document_Models_ExportOptionDescription_AllowedValues">AllowedValues</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of strings for supported values of the option.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Document_Models_ExportOptionDescription_DefaultValue" data-uid="C1.Web.Api.Document.Models.ExportOptionDescription.DefaultValue">
          <a class="xref" href="C1.Web.Api.Document.Models.ExportOptionDescription.DefaultValue.html#C1_Web_Api_Document_Models_ExportOptionDescription_DefaultValue">DefaultValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default value of the option.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Document_Models_ExportOptionDescription_Group" data-uid="C1.Web.Api.Document.Models.ExportOptionDescription.Group">
          <a class="xref" href="C1.Web.Api.Document.Models.ExportOptionDescription.Group.html#C1_Web_Api_Document_Models_ExportOptionDescription_Group">Group</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the group which the options belongs to.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Document_Models_ExportOptionDescription_Name" data-uid="C1.Web.Api.Document.Models.ExportOptionDescription.Name">
          <a class="xref" href="C1.Web.Api.Document.Models.ExportOptionDescription.Name.html#C1_Web_Api_Document_Models_ExportOptionDescription_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the name of the options.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Document_Models_ExportOptionDescription_Nullable" data-uid="C1.Web.Api.Document.Models.ExportOptionDescription.Nullable">
          <a class="xref" href="C1.Web.Api.Document.Models.ExportOptionDescription.Nullable.html#C1_Web_Api_Document_Models_ExportOptionDescription_Nullable">Nullable</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a boolean value indicating whether the value of the options can be null.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Web_Api_Document_Models_ExportOptionDescription_Type" data-uid="C1.Web.Api.Document.Models.ExportOptionDescription.Type">
          <a class="xref" href="C1.Web.Api.Document.Models.ExportOptionDescription.Type.html#C1_Web_Api_Document_Models_ExportOptionDescription_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data type of the options.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
