DocumentToPublishingPageConversionException.TransformWarnings Property

Gets an HTML-encoded string, with warnings, that has been returned from the transformer.

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

Syntax

'Declaration
Public ReadOnly Property TransformWarnings As String
    Get
'Usage
Dim instance As DocumentToPublishingPageConversionException
Dim value As String

value = instance.TransformWarnings
public string TransformWarnings { get; }

Property Value

Type: System.String
An HTML-encoded string.

Remarks

This message content comes directly from the transformer, and the underlying document conversions framework performs the HTML encoding.

See Also

Reference

DocumentToPublishingPageConversionException Class

DocumentToPublishingPageConversionException Members

Microsoft.SharePoint.Publishing Namespace

DocumentToPublishingPageConversionException