IDocumentConverterControl.SectionDisplayTitle Property
Gets the name of the section on the page in which this document converter control displays.
Namespace: Microsoft.SharePoint.Publishing
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
ReadOnly Property SectionDisplayTitle As String
Get
'Usage
Dim instance As IDocumentConverterControl
Dim value As String
value = instance.SectionDisplayTitle
string SectionDisplayTitle { get; }
Property Value
Type: System.String
Name of the section on the page in which this document converter control displays.
Remarks
This property references Help UI when the control requires configuration.
See Also
Reference
IDocumentConverterControl Interface