Share via


ISPConversionProcessor.PostProcess method

NOTE: This API is now obsolete.

Provides customization of file content after it has been sent to the document converter.

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

Syntax

'Declaration
<ObsoleteAttribute("This interface is obsolete.", False)> _
Sub PostProcess ( _
    request As SPExecutingConversionRequest, _
    result As CreateDCInfo, _
    <OutAttribute> ByRef runDefaultPostProcessing As Boolean _
)
'Usage
Dim instance As ISPConversionProcessor
Dim request As SPExecutingConversionRequest
Dim result As CreateDCInfo
Dim runDefaultPostProcessing As Boolean

instance.PostProcess(request, result, _
    runDefaultPostProcessing)
[ObsoleteAttribute("This interface is obsolete.", false)]
void PostProcess(
    SPExecutingConversionRequest request,
    CreateDCInfo result,
    out bool runDefaultPostProcessing
)

Parameters

  • result
    Type: CreateDCInfo

    A CreateDCInfo object that contains return code from the converter as well as converted files in the form of byte arrays.

  • runDefaultPostProcessing
    Type: System.Boolean

    A Boolean value that specifies whether the conversion framework will continue processing, i.e., whether to save the resulting Byte array in a file. If not, it is assumed that the PostProcess method has consumed the contents of the Byte array.

See also

Reference

ISPConversionProcessor interface

ISPConversionProcessor members

Microsoft.SharePoint namespace