Class ContentDeletionProtectionPolicy
Content deletion protection policy
Inheritance
ContentDeletionProtectionPolicy
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ContentDeletionProtectionPolicy
Constructors
View SourceContentDeletionProtectionPolicy()
Initializes a new instance of the ContentDeletionProtectionPolicy class.
Declaration
public ContentDeletionProtectionPolicy()
Properties
View SourceAsOff
Gets this instance as a Off, or null.
Declaration
public ContentDeletionProtectionPolicy.Off AsOff { get; }
Property Value
| Type | Description |
|---|---|
| ContentDeletionProtectionPolicy.Off |
AsOnAboveThreshold
Gets this instance as a OnAboveThreshold, or null.
Declaration
public ContentDeletionProtectionPolicy.OnAboveThreshold AsOnAboveThreshold { get; }
Property Value
| Type | Description |
|---|---|
| ContentDeletionProtectionPolicy.OnAboveThreshold |
AsOnAllFiles
Gets this instance as a OnAllFiles, or null.
Declaration
public ContentDeletionProtectionPolicy.OnAllFiles AsOnAllFiles { get; }
Property Value
| Type | Description |
|---|---|
| ContentDeletionProtectionPolicy.OnAllFiles |
AsOther
Gets this instance as a Other, or null.
Declaration
public ContentDeletionProtectionPolicy.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| ContentDeletionProtectionPolicy.Other |
IsOff
Gets a value indicating whether this instance is Off
Declaration
public bool IsOff { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOnAboveThreshold
Gets a value indicating whether this instance is OnAboveThreshold
Declaration
public bool IsOnAboveThreshold { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOnAllFiles
Gets a value indicating whether this instance is OnAllFiles
Declaration
public bool IsOnAllFiles { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |