Dropbox .NET SDK

Class DashExternalSharingPolicyChangedDetails

Changed Dash external sharing policy for team.

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

Constructors

View Source

DashExternalSharingPolicyChangedDetails(DashExternalSharingPolicy, DashExternalSharingPolicy)

Initializes a new instance of the DashExternalSharingPolicyChangedDetails class.

Declaration
public DashExternalSharingPolicyChangedDetails(DashExternalSharingPolicy newValue, DashExternalSharingPolicy previousValue)
Parameters
Type Name Description
DashExternalSharingPolicy newValue

To.

DashExternalSharingPolicy previousValue

From.

Properties

View Source

NewValue

To.

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

PreviousValue

From.

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