_SharingItem.AllowWriteAccess Property

Definition

Returns or sets a Boolean (bool in C#) value that indicates whether a sharing invitation should include write access to the folder. Read/write.

public:
 property bool AllowWriteAccess { bool get(); void set(bool value); };
public bool AllowWriteAccess { get; set; }
Public Property AllowWriteAccess As Boolean

Property Value

True if the recipient of the sharing invitation should receive write access; otherwise False. The default is False.

Remarks

When sending a sharing invitation for a non-default folder, the recipient can be granted write access to the folder in addition to the default read access. This property determines if write permission should be granted to the recipient when the SharingItem is sent.

An error occurs if you attempt to set this property after the sharing message has been sent or received.

Applies to