SPDocumentConverter.ConverterUIPage property
Gets the 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 ReadOnly Property ConverterUIPage As String
Get
'Usage
Dim instance As SPDocumentConverter
Dim value As String
value = instance.ConverterUIPage
public string ConverterUIPage { get; }
Property value
Type: System.String
A string that indicates the file name of the converter page.
Remarks
The following parameters are passed to the page:
FileName -- URL of the item to be transformed.
TID -- ID of the transformer.
Source -- Page that directs users to the converter page.