SPWebApplication.DocumentLibraryCalloutOfficeWebAppPreviewersDisabled property

Gets or sets whether to enable the document library callout's WAC previewers.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property DocumentLibraryCalloutOfficeWebAppPreviewersDisabled As Boolean
    Get
    Set
'Usage
Dim instance As SPWebApplication
Dim value As Boolean

value = instance.DocumentLibraryCalloutOfficeWebAppPreviewersDisabled

instance.DocumentLibraryCalloutOfficeWebAppPreviewersDisabled = value
public bool DocumentLibraryCalloutOfficeWebAppPreviewersDisabled { get; set; }

Property value

Type: System.Boolean
true if the WAC embed view previewer should not be shown; otherwise, false. The default value is false.

See also

Reference

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace