Dropbox .NET SDK

Class ReplaySharingPolicyChangedDetails

Changed the policy for sharing Replay content.

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

Constructors

View Source

ReplaySharingPolicyChangedDetails(ReplaySharingPolicy, ReplaySharingPolicy)

Initializes a new instance of the ReplaySharingPolicyChangedDetails class.

Declaration
public ReplaySharingPolicyChangedDetails(ReplaySharingPolicy newValue, ReplaySharingPolicy previousValue)
Parameters
Type Name Description
ReplaySharingPolicy newValue

To.

ReplaySharingPolicy previousValue

From.

Properties

View Source

NewValue

To.

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

PreviousValue

From.

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