CoreResultsWebPart.EnableDocumentPreviewPowerPoint Property
Gets or sets a Boolean value that specifies whether document preview is enabled for Microsoft Office PowerPoint files.
Namespace: Microsoft.Office.Server.Search.WebControls
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
<PersonalizableAttribute(PersonalizationScope.Shared)> _
<WebBrowsableAttribute(False)> _
Public Property EnableDocumentPreviewPowerPoint As Boolean
Get
Set
'Usage
Dim instance As CoreResultsWebPart
Dim value As Boolean
value = instance.EnableDocumentPreviewPowerPoint
instance.EnableDocumentPreviewPowerPoint = value
[PersonalizableAttribute(PersonalizationScope.Shared)]
[WebBrowsableAttribute(false)]
public bool EnableDocumentPreviewPowerPoint { get; set; }
Property Value
Type: System.Boolean
true, if document preview is enabled; otherwise false.