Click or drag to resize

ISupportsExtendedSettings Interface

ISupportsExtendedSettings is used to provide IExtendedExportSettings and IExtendedExportFieldSettings for common extended features used with GenericExportHandlerT, E, I.

Namespace: CTExtensions.ExportCore.ExportHandler.ExtendedSettings
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public interface ISupportsExtendedSettings

The ISupportsExtendedSettings type exposes the following members.

Methods
 NameDescription
Public methodGetExtendedExportSettings Accessor for common export settings.
Public methodSupportedExtendedExportFieldSettings List of Property names from IExtendedExportFieldSettings that this extension supports.
Public methodSupportedExtendedExportSettings List of Property names from IExtendedExportSettings that this extension supports.
Top
See Also