Web API Core | ComponentOne
C1.Web.Api.Document.Models Namespace / ExportOptionDescription Class / ExportOptionDescription Constructor
The name of the option.
The data type of the option.
The defualt value of the option.
The group which the option belongs to.
Thee supported values of the option.
Whether the value of the option can be null.

In This Topic
    ExportOptionDescription Constructor
    In This Topic
    Initializes a new instance of ExportOptionDescription object.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal name As String, _
       Optional ByVal type As String, _
       Optional ByVal defaultValue As Object, _
       Optional ByVal group As String, _
       Optional ByVal allowedValues As IEnumerable(Of String), _
       Optional ByVal nullable As Boolean _
    )

    Parameters

    name
    The name of the option.
    type
    The data type of the option.
    defaultValue
    The defualt value of the option.
    group
    The group which the option belongs to.
    allowedValues
    Thee supported values of the option.
    nullable
    Whether the value of the option can be null.
    See Also