Dropbox .NET SDK

Class SendExternalSharingPolicyChangedDetails

Changed “Send and track” external sharing policy for team.

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

Constructors

View Source

SendExternalSharingPolicyChangedDetails(SendExternalSharingPolicy, SendExternalSharingPolicy)

Initializes a new instance of the SendExternalSharingPolicyChangedDetails class.

Declaration
public SendExternalSharingPolicyChangedDetails(SendExternalSharingPolicy newValue, SendExternalSharingPolicy previousValue)
Parameters
Type Name Description
SendExternalSharingPolicy newValue

To.

SendExternalSharingPolicy previousValue

From.

Properties

View Source

NewValue

To.

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

PreviousValue

From.

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