Dropbox .NET SDK

Class WatermarkingPolicyChangedDetails

Changed watermarking policy for team.

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

Constructors

View Source

WatermarkingPolicyChangedDetails(WatermarkingPolicy, WatermarkingPolicy)

Initializes a new instance of the WatermarkingPolicyChangedDetails class.

Declaration
public WatermarkingPolicyChangedDetails(WatermarkingPolicy newValue, WatermarkingPolicy previousValue)
Parameters
Type Name Description
WatermarkingPolicy newValue

New watermarking policy.

WatermarkingPolicy previousValue

Previous watermarking policy.

Properties

View Source

NewValue

New watermarking policy.

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

PreviousValue

Previous watermarking policy.

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