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