Click or drag to resize

ExportBaseFIELDSETTINGSTYPE, EXPORTSETTINGSTYPE, PROFILESETTINGSTYPE, USERSETTINGSTYPECreateExportType Method

Instantiate ExportTypeExtension for this class. Can be overriden if custom implementation is needed.

Namespace:  CTExtensions.ExportCore
Assembly:  CTInterface (in CTInterface.dll)
Syntax
protected virtual ExportTypeExt<EXPORTSETTINGSTYPE, FIELDSETTINGSTYPE> CreateExportType()

Return Value

Type: ExportTypeExtEXPORTSETTINGSTYPE, FIELDSETTINGSTYPE
Export Type Extension, or Dummy when not available.
See Also