Show / Hide Table of Contents

Class DispositionActionType

The disposition action type object

Inheritance
System.Object
DispositionActionType
DispositionActionType.AutomaticDelete
DispositionActionType.AutomaticPermanentlyDelete
DispositionActionType.Other
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DispositionActionType

Constructors

| Improve this Doc View Source

DispositionActionType()

Initializes a new instance of the DispositionActionType class.

Declaration
public DispositionActionType()

Properties

| Improve this Doc View Source

AsAutomaticDelete

Gets this instance as a AutomaticDelete, or null.

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

AsAutomaticPermanentlyDelete

Gets this instance as a AutomaticPermanentlyDelete, or null.

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

AsOther

Gets this instance as a Other, or null.

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

IsAutomaticDelete

Gets a value indicating whether this instance is AutomaticDelete

Declaration
public bool IsAutomaticDelete { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsAutomaticPermanentlyDelete

Gets a value indicating whether this instance is AutomaticPermanentlyDelete

Declaration
public bool IsAutomaticPermanentlyDelete { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • DispositionActionType()
  • Properties
    • AsAutomaticDelete
    • AsAutomaticPermanentlyDelete
    • AsOther
    • IsAutomaticDelete
    • IsAutomaticPermanentlyDelete
    • IsOther
Back to top Generated by DocFX