ISPConversionProcessor interface

NOTE: This API is now obsolete.

Provides methods for custom handling of transformed data, including preprocessing and postprocessing of data returned by the launcher.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("This interface is obsolete.", False)> _
Public Interface ISPConversionProcessor
'Usage
Dim instance As ISPConversionProcessor
[ObsoleteAttribute("This interface is obsolete.", false)]
public interface ISPConversionProcessor

Remarks

An ISPConversionProcessor interface can be implemented by components that customize what the Convert method does. When calling Convert, you can specify which assembly and class implement the ISPConversionProcessor interface.

See also

Reference

ISPConversionProcessor members

Microsoft.SharePoint namespace