Class ReplaySharingPolicyChangedDetails
Changed the policy for sharing Replay content.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ReplaySharingPolicyChangedDetails
Constructors
View SourceReplaySharingPolicyChangedDetails(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 SourceNewValue
To.
Declaration
public ReplaySharingPolicy NewValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ReplaySharingPolicy |
PreviousValue
From.
Declaration
public ReplaySharingPolicy PreviousValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ReplaySharingPolicy |