Dropbox .NET SDK

Class ContentDeletionProtectionPolicy

Content deletion protection policy

Inheritance
object
ContentDeletionProtectionPolicy
ContentDeletionProtectionPolicy.Off
ContentDeletionProtectionPolicy.OnAboveThreshold
ContentDeletionProtectionPolicy.OnAllFiles
ContentDeletionProtectionPolicy.Other
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 ContentDeletionProtectionPolicy

Constructors

View Source

ContentDeletionProtectionPolicy()

Initializes a new instance of the ContentDeletionProtectionPolicy class.

Declaration
public ContentDeletionProtectionPolicy()

Properties

View Source

AsOff

Gets this instance as a Off, or null.

Declaration
public ContentDeletionProtectionPolicy.Off AsOff { get; }
Property Value
Type Description
ContentDeletionProtectionPolicy.Off
View Source

AsOnAboveThreshold

Gets this instance as a OnAboveThreshold, or null.

Declaration
public ContentDeletionProtectionPolicy.OnAboveThreshold AsOnAboveThreshold { get; }
Property Value
Type Description
ContentDeletionProtectionPolicy.OnAboveThreshold
View Source

AsOnAllFiles

Gets this instance as a OnAllFiles, or null.

Declaration
public ContentDeletionProtectionPolicy.OnAllFiles AsOnAllFiles { get; }
Property Value
Type Description
ContentDeletionProtectionPolicy.OnAllFiles
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public ContentDeletionProtectionPolicy.Other AsOther { get; }
Property Value
Type Description
ContentDeletionProtectionPolicy.Other
View Source

IsOff

Gets a value indicating whether this instance is Off

Declaration
public bool IsOff { get; }
Property Value
Type Description
bool
View Source

IsOnAboveThreshold

Gets a value indicating whether this instance is OnAboveThreshold

Declaration
public bool IsOnAboveThreshold { get; }
Property Value
Type Description
bool
View Source

IsOnAllFiles

Gets a value indicating whether this instance is OnAllFiles

Declaration
public bool IsOnAllFiles { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK