Skip to content

ExportOptions class

Represents different options for exporting operations

public class Korzh.EasyQuery.Services.ExportOptions
TypeNameDescription
StringContentTypeGets or sets the type of the content.
StringExportTypeGets or sets the type of the export.
StringFileNameGets or sets the name of the file which we will export our result to.
TypeNameDescription
voidLoadFromJsonDict(JsonDict dict)Loads exporting options from IDictionary object. Used for deserializaiton from JSON.