Dropbox .NET SDK

Class PaperChangeMemberPolicyDetails

Changed whether members can share Paper docs outside team, and if docs are accessible only by team members or anyone by default.

Inheritance
object
PaperChangeMemberPolicyDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class PaperChangeMemberPolicyDetails

Constructors

View Source

PaperChangeMemberPolicyDetails(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 Source

NewValue

New paper external accessibility policy.

Declaration
public PaperMemberPolicy NewValue { get; protected set; }
Property Value
Type Description
PaperMemberPolicy
View Source

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
  • View Source
In this article
Back to top Dropbox .NET SDK