Show / Hide Table of Contents

Class WatermarkingPolicyChangedDetails

Changed watermarking policy for team.

Inheritance
System.Object
WatermarkingPolicyChangedDetails
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class WatermarkingPolicyChangedDetails

Constructors

| Improve this Doc 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

| Improve this Doc View Source

NewValue

New watermarking policy.

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

PreviousValue

Previous watermarking policy.

Declaration
public WatermarkingPolicy PreviousValue { get; protected set; }
Property Value
Type Description
WatermarkingPolicy
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • WatermarkingPolicyChangedDetails(WatermarkingPolicy, WatermarkingPolicy)
  • Properties
    • NewValue
    • PreviousValue
Back to top Generated by DocFX