IDocumentConverterControl.ContentType property

NOTE: This API is now obsolete.

Gets or sets the content type of the source document for the document converter control.

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)> _
Property ContentType As SPContentType
    Get
    Set
'Usage
Dim instance As IDocumentConverterControl
Dim value As SPContentType

value = instance.ContentType

instance.ContentType = value
[ObsoleteAttribute("This interface is obsolete - use the specialized Office services instead for conversions", 
    false)]
SPContentType ContentType { get; set; }

Property value

Type: Microsoft.SharePoint.SPContentType
The content type of the source document for the document converter control.

Remarks

This property is set before any of the other interface functions are called.

See also

Reference

IDocumentConverterControl interface

IDocumentConverterControl members

Microsoft.SharePoint.Publishing namespace