DocumentToPublishingPageConversionException.TransformWarnings property

NOTE: This API is now obsolete.

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
<ObsoleteAttribute("This member is obsolete - use the specialized Office services instead for conversions",  _
    False)> _
Public ReadOnly Property TransformWarnings As String
    Get
'Usage
Dim instance As DocumentToPublishingPageConversionException
Dim value As String

value = instance.TransformWarnings
[ObsoleteAttribute("This member is obsolete - use the specialized Office services instead for conversions", 
    false)]
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