DocumentToPublishingPageConversionException.TransformedPage Property

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
Public ReadOnly Property TransformedPage As PublishingPage
    Get
'Usage
Dim instance As DocumentToPublishingPageConversionException
Dim value As PublishingPage

value = instance.TransformedPage
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