Dropbox .NET SDK

Class SharingChangeFolderJoinPolicyDetails

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

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

Constructors

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

View Source

NewValue

New external join policy.

Declaration
public SharingFolderJoinPolicy NewValue { get; protected set; }
Property Value
Type Description
SharingFolderJoinPolicy
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
  • View Source
In this article
Back to top Dropbox .NET SDK