Dropbox .NET SDK

Class SignExternalSharingPolicyChangedDetails

Changed Signatures external sharing policy for team.

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

Constructors

View Source

SignExternalSharingPolicyChangedDetails(SignExternalSharingPolicy, SignExternalSharingPolicy)

Initializes a new instance of the SignExternalSharingPolicyChangedDetails class.

Declaration
public SignExternalSharingPolicyChangedDetails(SignExternalSharingPolicy newValue, SignExternalSharingPolicy previousValue)
Parameters
Type Name Description
SignExternalSharingPolicy newValue

To.

SignExternalSharingPolicy previousValue

From.

Properties

View Source

NewValue

To.

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

PreviousValue

From.

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