Defines an extractor to be executed during the processing of a request.
Namespace: Activsoft.EngineAssembly: Activsoft.Engine (in Activsoft.Engine.dll) Version: 6.0.0.0
Syntaxpublic interface IExtractor
Public Interface IExtractor
public interface class IExtractor
type IExtractor = interface end
The IExtractor type exposes the following members.
Methods|
| Name | Description |
|---|
 | Extract |
Outputs XML into the given Config instance.
|
Top
See Also