SPInformationRightsManagementSettings.EnableDocumentBrowserPublishingView property
Gets or sets a value indicating whether to enable Office Web Application Companion applications (WACs) to publishing view.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property EnableDocumentBrowserPublishingView As Boolean
Get
Set
'Usage
Dim instance As SPInformationRightsManagementSettings
Dim value As Boolean
value = instance.EnableDocumentBrowserPublishingView
instance.EnableDocumentBrowserPublishingView = value
public bool EnableDocumentBrowserPublishingView { get; set; }
Property value
Type: System.Boolean
true if WAC publishing view is enabled, otherwise false.
Remarks
The default value is false.
See also
Reference
SPInformationRightsManagementSettings class