Share via


SPDocumentConverter.DefaultTransformUIPage property

Gets the default file name of the converter page to which users navigate through the context menu.

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

Syntax

'Declaration
Public Shared ReadOnly Property DefaultTransformUIPage As String
    Get
'Usage
Dim value As String

value = SPDocumentConverter.DefaultTransformUIPage
public static string DefaultTransformUIPage { get; }

Property value

Type: System.String
A string that contains the default file name of the converter page, which is DocTrans.aspx.

See also

Reference

SPDocumentConverter class

SPDocumentConverter members

Microsoft.SharePoint.Administration namespace