Table of Contents

Class ExportFormatDescriptor

Namespace
Shift.Sdk.UI
Assembly
Shift.Sdk.dll
public class ExportFormatDescriptor
Inheritance
ExportFormatDescriptor
Inherited Members
Extension Methods

Constructors

ExportFormatDescriptor(string, string, string, string)

public ExportFormatDescriptor(string id, string icon, string name, string extension)

Parameters

id string
icon string
name string
extension string

Properties

Extension

public string Extension { get; }

Property Value

string

Icon

public string Icon { get; }

Property Value

string

Id

public string Id { get; }

Property Value

string

Name

public string Name { get; }

Property Value

string