Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether to enable Office Web Application Companion applications (WACs) to publishing view.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property EnableDocumentBrowserPublishingView As Boolean
Get
Set
'Usage
Dim instance As InformationRightsManagementSettings
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 for this property is false.
See also
Reference
InformationRightsManagementSettings class