ISPConversionProcessor Interface
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
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Interface ISPConversionProcessor
Dim instance As ISPConversionProcessor
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
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.