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)
Available in Sandboxed Solutions: No

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