Show / Hide Table of Contents

Class SharingChangeMemberPolicyDetails

Changed whether members can share files/folders outside team.

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

Constructors

| Improve this Doc 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

| Improve this Doc View Source

NewValue

New external invite policy.

Declaration
public SharingMemberPolicy NewValue { get; protected set; }
Property Value
Type Description
SharingMemberPolicy
| Improve this Doc 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
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SharingChangeMemberPolicyDetails(SharingMemberPolicy, SharingMemberPolicy)
  • Properties
    • NewValue
    • PreviousValue
Back to top Generated by DocFX