Click or drag to resize

ExportBaseFIELDSETTINGSTYPE, EXPORTSETTINGSTYPE, PROFILESETTINGSTYPE, USERSETTINGSTYPE Methods

The ExportBaseFIELDSETTINGSTYPE, EXPORTSETTINGSTYPE, PROFILESETTINGSTYPE, USERSETTINGSTYPE generic type exposes the following members.

Methods
  NameDescription
Protected methodCreateExportType
Instantiate ExportTypeExtension for this class. Can be overriden if custom implementation is needed.
Protected methodCreateFieldEditGuard
Instantiate ObjectEditGuard for this class. Can be overriden if custom implementation is needed.
Protected methodCreateProfileOptions
Instantiate ProfileOptionsExtension for this class. Can be overriden if custom implementation is needed.
Protected methodCreateUserOptions
Instantiate UserOptionsExtension for this class. Can be overriden if custom implementation is needed.
Public methodGetEventExtensions
Public methodGetExportSettings
Return Export Profile settings, including Export Profile Field settings.
Public methodGetInterface2
Provides supported CTExtensions.Interfaces implementations for the Core on request.
(Overrides CTExtensionGetInterface2(ctExtensionInterface).)
Public methodGetProfileSettings
Return Profile settings.
Public methodGetUserSettings
Return User settings of logged in user.
Public methodHasProfileSettings
Check if ProfileOptionsExtension of this class is Dummy or a real object.
Public methodHasUserSettings
Check if UserOptionsExtension of this class is Dummy or a real object.
Public methodHook (Overrides CTExtensionHook(CTInterface).)
Public methodUnHook (Overrides CTExtensionUnHook(CTInterface).)
Top
See Also