Web API Core | ComponentOne
C1.Web.Api.Document.Models Namespace / ExportDescription Class / OptionDescriptions Property

In This Topic
    OptionDescriptions Property
    In This Topic
    Gets the list of descriptions of options for the export format.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property OptionDescriptions As List(Of ExportOptionDescription)
    public List<ExportOptionDescription> OptionDescriptions {get;}
    See Also