C# Class Kentico.KInspector.Modules.Export.ExportModuleMetaData

A struct containing export module metadata. Used as property of IExportModule.
Mostrar archivo Open project: Kentico/KInspector

Public Methods

Method Description
ExportModuleMetaData ( string moduleDisplayName, string moduleCodeName, string moduleFileExtension, string moduleFileMimeType )

Metadata for an export module.

Method Details

ExportModuleMetaData() public method

Metadata for an export module.
public ExportModuleMetaData ( string moduleDisplayName, string moduleCodeName, string moduleFileExtension, string moduleFileMimeType )
moduleDisplayName string User-friendly name of the module. Property .
moduleCodeName string Unique name of the module. Property .
moduleFileExtension string Extension to be used with the result stream. Property .
moduleFileMimeType string MimeType of the result stream. Property .