IDocumentConverterControl interface

NOTE: This API is now obsolete.

This interface is used for exposing settings of document converters to the user.

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

Syntax

'Declaration
<ObsoleteAttribute("This interface is obsolete - use the specialized Office services instead for conversions",  _
    False)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Interface IDocumentConverterControl
'Usage
Dim instance As IDocumentConverterControl
[ObsoleteAttribute("This interface is obsolete - use the specialized Office services instead for conversions", 
    false)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public interface IDocumentConverterControl

Remarks

This interface is implemented by user controls that need to expose settings. The interface scope is specific to document converters in the context of the "Smart Client Authoring" feature. That is, the "document-to-publishing-page" conversion, as opposed to the "document-to-another-document" conversion.

See also

Reference

IDocumentConverterControl members

Microsoft.SharePoint.Publishing namespace