Dropbox .NET SDK

Class SharedFolderChangeMembersPolicyDetails

Changed who can become member of shared folder.

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

Constructors

View Source

SharedFolderChangeMembersPolicyDetails(MemberPolicy, MemberPolicy)

Initializes a new instance of the SharedFolderChangeMembersPolicyDetails class.

Declaration
public SharedFolderChangeMembersPolicyDetails(MemberPolicy newValue, MemberPolicy previousValue = null)
Parameters
Type Name Description
MemberPolicy newValue

New external invite policy.

MemberPolicy previousValue

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

Properties

View Source

NewValue

New external invite policy.

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

PreviousValue

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

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