Share via


SPDocumentConverter.ConverterSpecificSettingsUI property

Gets a user control that can be loaded and rendered.

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

Syntax

'Declaration
Public ReadOnly Property ConverterSpecificSettingsUI As String
    Get
'Usage
Dim instance As SPDocumentConverter
Dim value As String

value = instance.ConverterSpecificSettingsUI
public string ConverterSpecificSettingsUI { get; }

Property value

Type: System.String
A string that contains the name of the control.

Remarks

This value is supplied by the converter at the time of installation.

See also

Reference

SPDocumentConverter class

SPDocumentConverter members

Microsoft.SharePoint.Administration namespace