SPDocumentConverter.ConverterSettingsForContentType Property

Gets the URL to the per-content-type converter settings page.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

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

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

Property Value

Type: System.String
A string that contains the URL to the converter settings page.

Remarks

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

See Also

Reference

SPDocumentConverter Class

SPDocumentConverter Members

Microsoft.SharePoint.Administration Namespace