Click or drag to resize

ExportBaseFIELDSETTINGSTYPE, EXPORTSETTINGSTYPE, PROFILESETTINGSTYPE, USERSETTINGSTYPE Methods

The ExportBaseFIELDSETTINGSTYPE, EXPORTSETTINGSTYPE, PROFILESETTINGSTYPE, USERSETTINGSTYPE 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 Return your CT API Event Extension modules that derive from EventExtensionEXTTYPE.
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 Hooks to all Event Extensions given at GetEventExtensions.
(Overrides CTExtensionHook(CTInterface))
Public methodUnHook UnHooks to all Event Extensions given at GetEventExtensions.
(Overrides CTExtensionUnHook(CTInterface))
Top
See Also