Class DispositionActionType
The disposition action type object
Inheritance
System.Object
DispositionActionType
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 SourceDispositionActionType()
Initializes a new instance of the DispositionActionType class.
Declaration
public DispositionActionType()
Properties
| Improve this Doc View SourceAsAutomaticDelete
Gets this instance as a AutomaticDelete, or null
.
Declaration
public DispositionActionType.AutomaticDelete AsAutomaticDelete { get; }
Property Value
Type | Description |
---|---|
DispositionActionType.AutomaticDelete |
AsAutomaticPermanentlyDelete
Gets this instance as a AutomaticPermanentlyDelete, or null
.
Declaration
public DispositionActionType.AutomaticPermanentlyDelete AsAutomaticPermanentlyDelete { get; }
Property Value
Type | Description |
---|---|
DispositionActionType.AutomaticPermanentlyDelete |
AsOther
Gets this instance as a Other, or null
.
Declaration
public DispositionActionType.Other AsOther { get; }
Property Value
Type | Description |
---|---|
DispositionActionType.Other |
IsAutomaticDelete
Gets a value indicating whether this instance is AutomaticDelete
Declaration
public bool IsAutomaticDelete { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsAutomaticPermanentlyDelete
Gets a value indicating whether this instance is AutomaticPermanentlyDelete
Declaration
public bool IsAutomaticPermanentlyDelete { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |