• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class SharingChangeFolderJoinPolicyDetails

Changed whether team members can join shared folders owned outside team.

Inheritance
System.Object
SharingChangeFolderJoinPolicyDetails
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 SharingChangeFolderJoinPolicyDetails

Constructors

| Improve this Doc View Source

SharingChangeFolderJoinPolicyDetails(SharingFolderJoinPolicy, SharingFolderJoinPolicy)

Initializes a new instance of the SharingChangeFolderJoinPolicyDetails class.

Declaration
public SharingChangeFolderJoinPolicyDetails(SharingFolderJoinPolicy newValue, SharingFolderJoinPolicy previousValue = null)
Parameters
Type Name Description
SharingFolderJoinPolicy newValue

New external join policy.

SharingFolderJoinPolicy previousValue

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

Properties

| Improve this Doc View Source

NewValue

New external join policy.

Declaration
public SharingFolderJoinPolicy NewValue { get; protected set; }
Property Value
Type Description
SharingFolderJoinPolicy
| Improve this Doc View Source

PreviousValue

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

Declaration
public SharingFolderJoinPolicy PreviousValue { get; protected set; }
Property Value
Type Description
SharingFolderJoinPolicy
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SharingChangeFolderJoinPolicyDetails(SharingFolderJoinPolicy, SharingFolderJoinPolicy)
  • Properties
    • NewValue
    • PreviousValue
Back to top Generated by DocFX