Class ContentDeletionProtectionChangePolicyDetails
Changed content deletion protection policy for team.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ContentDeletionProtectionChangePolicyDetails
Constructors
View SourceContentDeletionProtectionChangePolicyDetails(ContentDeletionProtectionPolicy, ulong?, ContentDeletionProtectionPolicy, ulong?)
Initializes a new instance of the ContentDeletionProtectionChangePolicyDetails class.
Declaration
public ContentDeletionProtectionChangePolicyDetails(ContentDeletionProtectionPolicy newValue, ulong? newThresholdBytes = null, ContentDeletionProtectionPolicy previousValue = null, ulong? previousThresholdBytes = null)
Parameters
| Type | Name | Description |
|---|---|---|
| ContentDeletionProtectionPolicy | newValue | New content deletion protection policy. |
| ulong? | newThresholdBytes | New threshold value in bytes (only present when new policy is on_above_threshold). |
| ContentDeletionProtectionPolicy | previousValue | Previous content deletion protection policy. Might be missing due to historical data gap. |
| ulong? | previousThresholdBytes | Previous threshold value in bytes (only present when previous policy was on_above_threshold). |
Properties
View SourceNewThresholdBytes
New threshold value in bytes (only present when new policy is on_above_threshold).
Declaration
public ulong? NewThresholdBytes { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ulong? |
NewValue
New content deletion protection policy.
Declaration
public ContentDeletionProtectionPolicy NewValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ContentDeletionProtectionPolicy |
PreviousThresholdBytes
Previous threshold value in bytes (only present when previous policy was on_above_threshold).
Declaration
public ulong? PreviousThresholdBytes { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ulong? |
PreviousValue
Previous content deletion protection policy. Might be missing due to historical data gap.
Declaration
public ContentDeletionProtectionPolicy PreviousValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ContentDeletionProtectionPolicy |