Dropbox .NET SDK

Class DispositionActionType

The disposition action type object

Inheritance
object
DispositionActionType
DispositionActionType.AutomaticDelete
DispositionActionType.AutomaticPermanentlyDelete
DispositionActionType.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 DispositionActionType

Constructors

View Source

DispositionActionType()

Initializes a new instance of the DispositionActionType class.

Declaration
public DispositionActionType()

Properties

View Source

AsAutomaticDelete

Gets this instance as a AutomaticDelete, or null.

Declaration
public DispositionActionType.AutomaticDelete AsAutomaticDelete { get; }
Property Value
Type Description
DispositionActionType.AutomaticDelete
View Source

AsAutomaticPermanentlyDelete

Gets this instance as a AutomaticPermanentlyDelete, or null.

Declaration
public DispositionActionType.AutomaticPermanentlyDelete AsAutomaticPermanentlyDelete { get; }
Property Value
Type Description
DispositionActionType.AutomaticPermanentlyDelete
View Source

AsOther

Gets this instance as a Other, or null.

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

IsAutomaticDelete

Gets a value indicating whether this instance is AutomaticDelete

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

IsAutomaticPermanentlyDelete

Gets a value indicating whether this instance is AutomaticPermanentlyDelete

Declaration
public bool IsAutomaticPermanentlyDelete { 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