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

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.

See Also

Reference

SPDocumentConverter Class

SPDocumentConverter Members

Microsoft.SharePoint.Administration Namespace