Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Available in Sandboxed Solutions: No
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.