Class PaperChangeMemberPolicyDetails
Changed whether members can share Paper docs outside team, and if docs are accessible only by team members or anyone by default.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class PaperChangeMemberPolicyDetails
Constructors
View SourcePaperChangeMemberPolicyDetails(PaperMemberPolicy, PaperMemberPolicy)
Initializes a new instance of the PaperChangeMemberPolicyDetails class.
Declaration
public PaperChangeMemberPolicyDetails(PaperMemberPolicy newValue, PaperMemberPolicy previousValue = null)
Parameters
| Type | Name | Description |
|---|---|---|
| PaperMemberPolicy | newValue | New paper external accessibility policy. |
| PaperMemberPolicy | previousValue | Previous paper external accessibility policy. Might be missing due to historical data gap. |
Properties
View SourceNewValue
New paper external accessibility policy.
Declaration
public PaperMemberPolicy NewValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| PaperMemberPolicy |
PreviousValue
Previous paper external accessibility policy. Might be missing due to historical data gap.
Declaration
public PaperMemberPolicy PreviousValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| PaperMemberPolicy |