DocumentToPublishingPageConversionException.TransformWarnings Property
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 does the HTML encoding.
See Also
Reference
DocumentToPublishingPageConversionException Class
DocumentToPublishingPageConversionException Members