Dropbox .NET SDK

Class SharingChangeMemberPolicyDetails

Changed whether members can share files/folders outside team.

Inheritance
object
SharingChangeMemberPolicyDetails
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 SharingChangeMemberPolicyDetails

Constructors

View Source

SharingChangeMemberPolicyDetails(SharingMemberPolicy, SharingMemberPolicy)

Initializes a new instance of the SharingChangeMemberPolicyDetails class.

Declaration
public SharingChangeMemberPolicyDetails(SharingMemberPolicy newValue, SharingMemberPolicy previousValue = null)
Parameters
Type Name Description
SharingMemberPolicy newValue

New external invite policy.

SharingMemberPolicy previousValue

Previous external invite policy. Might be missing due to historical data gap.

Properties

View Source

NewValue

New external invite policy.

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

PreviousValue

Previous external invite policy. Might be missing due to historical data gap.

Declaration
public SharingMemberPolicy PreviousValue { get; protected set; }
Property Value
Type Description
SharingMemberPolicy
  • View Source
In this article
Back to top Dropbox .NET SDK