Dropbox .NET SDK

Class EmailIngestPolicyChangedDetails

Changed email to Dropbox policy for team.

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

Constructors

View Source

EmailIngestPolicyChangedDetails(EmailIngestPolicy, EmailIngestPolicy)

Initializes a new instance of the EmailIngestPolicyChangedDetails class.

Declaration
public EmailIngestPolicyChangedDetails(EmailIngestPolicy newValue, EmailIngestPolicy previousValue)
Parameters
Type Name Description
EmailIngestPolicy newValue

To.

EmailIngestPolicy previousValue

From.

Properties

View Source

NewValue

To.

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

PreviousValue

From.

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