SPDocumentConverter.DisplayInUI property
Gets or sets a Boolean value that determines whether the document transformer appears in the user interface.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property DisplayInUI As Boolean
Get
Set
'Usage
Dim instance As SPDocumentConverter
Dim value As Boolean
value = instance.DisplayInUI
instance.DisplayInUI = value
public bool DisplayInUI { get; set; }
Property value
Type: System.Boolean
true to display the transformer in the user interface; otherwise, false. The default value is true.