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 SourceSharingChangeFolderJoinPolicyDetails(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 SourceNewValue
New external join policy.
Declaration
public SharingFolderJoinPolicy NewValue { get; protected set; }
Property Value
Type | Description |
---|---|
SharingFolderJoinPolicy |
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 |