DocumentToPublishingPageConversionException.TransformedPage property

NOTE: This API is now obsolete.

Gets a page that has been created because the conversion completed with warnings.

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

Syntax

'Declaration
<ObsoleteAttribute("This member is obsolete - use the specialized Office services instead for conversions",  _
    False)> _
Public ReadOnly Property TransformedPage As PublishingPage
    Get
'Usage
Dim instance As DocumentToPublishingPageConversionException
Dim value As PublishingPage

value = instance.TransformedPage
[ObsoleteAttribute("This member is obsolete - use the specialized Office services instead for conversions", 
    false)]
public PublishingPage TransformedPage { get; }

Property value

Type: Microsoft.SharePoint.Publishing.PublishingPage

Remarks

If the exception is the result of the transformer flagging an issue, such as having to drop an embedded picture, this member contains the resulting page.

See also

Reference

DocumentToPublishingPageConversionException class

DocumentToPublishingPageConversionException members

Microsoft.SharePoint.Publishing namespace

DocumentToPublishingPageConversionException