SPFileRightsManagementSettings.AllowWriteCopy property

Gets or sets a value indicating whether the viewer can write on a copy of the downloaded document.

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

Syntax

'Declaration
Public Property AllowWriteCopy As Boolean
    Get
    Set
'Usage
Dim instance As SPFileRightsManagementSettings
Dim value As Boolean

value = instance.AllowWriteCopy

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

Property value

Type: System.Boolean
true if write on a copy is allowed; otherwise, false.

Remarks

Default value is false.

See also

Reference

SPFileRightsManagementSettings class

SPFileRightsManagementSettings members

Microsoft.SharePoint namespace