Click or drag to resize

SearchGroupSettings Class

This is the base class for SearchGroupSettings, when using SearchGroupHandlerE, S for providing Extension owned custom data source for a Search Groups.

Consider deriving from SearchGroupSettingsBINDINGTYPE instead of this, of your settings must have mappings to 3rd party systems.
Inheritance Hierarchy

Namespace: CTExtensions.ExportCore.Config
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public abstract class SearchGroupSettings : CTObjectTaggedSettings<CTDBSearchGroup>

The SearchGroupSettings type exposes the following members.

Constructors
 NameDescription
Protected methodSearchGroupSettingsInitializes a new instance of the SearchGroupSettings class
Top
Properties
 NameDescription
Public propertyDBFields Selectable database fields
Top
Revision History
DateVersionDescription
-2025 SP1First Release
See Also