IDocumentConverterControl Interface

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