Class MemberRemoveActionType
The member remove action type object
Inheritance
System.Object
    MemberRemoveActionType
      
      
      
      
      
  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 MemberRemoveActionType
  Constructors
| Improve this Doc View SourceMemberRemoveActionType()
Initializes a new instance of the MemberRemoveActionType class.
Declaration
public MemberRemoveActionType()
  Properties
| Improve this Doc View SourceAsDelete
Gets this instance as a Delete, or null.
Declaration
public MemberRemoveActionType.Delete AsDelete { get; }
  Property Value
| Type | Description | 
|---|---|
| MemberRemoveActionType.Delete | 
AsLeave
Gets this instance as a Leave, or null.
Declaration
public MemberRemoveActionType.Leave AsLeave { get; }
  Property Value
| Type | Description | 
|---|---|
| MemberRemoveActionType.Leave | 
AsOffboard
Gets this instance as a Offboard, or null.
Declaration
public MemberRemoveActionType.Offboard AsOffboard { get; }
  Property Value
| Type | Description | 
|---|---|
| MemberRemoveActionType.Offboard | 
AsOffboardAndRetainTeamFolders
Gets this instance as a OffboardAndRetainTeamFolders, or null.
Declaration
public MemberRemoveActionType.OffboardAndRetainTeamFolders AsOffboardAndRetainTeamFolders { get; }
  Property Value
| Type | Description | 
|---|---|
| MemberRemoveActionType.OffboardAndRetainTeamFolders | 
AsOther
Gets this instance as a Other, or null.
Declaration
public MemberRemoveActionType.Other AsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| MemberRemoveActionType.Other | 
IsDelete
Gets a value indicating whether this instance is Delete
Declaration
public bool IsDelete { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsLeave
Gets a value indicating whether this instance is Leave
Declaration
public bool IsLeave { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsOffboard
Gets a value indicating whether this instance is Offboard
Declaration
public bool IsOffboard { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsOffboardAndRetainTeamFolders
Gets a value indicating whether this instance is OffboardAndRetainTeamFolders
Declaration
public bool IsOffboardAndRetainTeamFolders { 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 |