Click or drag to resize
DataExportHelperGetDataExportFormatContentType Method
Returns content type for given format.

Namespace: CMS.ImportExport
Assembly: CMS.ImportExport (in CMS.ImportExport.dll) Version: 9.0.0
Syntax
C#
public static string GetDataExportFormatContentType(
	DataExportFormatEnum dataExportFormat
)

Parameters

dataExportFormat
Type: CMS.HelpersDataExportFormatEnum
Data export format

Return Value

Type: String
See Also