Click or drag to resize

ExportItemExportHandler Property

Export Handler. This should be an inheritant of GenericExportHandlerT, E, I but type is left loosely defined due to cascading generics.

Namespace: CTExtensions.ExportCore.ExportHandler
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
protected IGenericExportHandler ExportHandler { get; }

Property Value

IGenericExportHandler
See Also