Show / Hide Table of Contents

Class MemberRemoveActionType

The member remove action type object

Inheritance
System.Object
MemberRemoveActionType
MemberRemoveActionType.Delete
MemberRemoveActionType.Leave
MemberRemoveActionType.Offboard
MemberRemoveActionType.OffboardAndRetainTeamFolders
MemberRemoveActionType.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 MemberRemoveActionType

Constructors

| Improve this Doc View Source

MemberRemoveActionType()

Initializes a new instance of the MemberRemoveActionType class.

Declaration
public MemberRemoveActionType()

Properties

| Improve this Doc View Source

AsDelete

Gets this instance as a Delete, or null.

Declaration
public MemberRemoveActionType.Delete AsDelete { get; }
Property Value
Type Description
MemberRemoveActionType.Delete
| Improve this Doc View Source

AsLeave

Gets this instance as a Leave, or null.

Declaration
public MemberRemoveActionType.Leave AsLeave { get; }
Property Value
Type Description
MemberRemoveActionType.Leave
| Improve this Doc View Source

AsOffboard

Gets this instance as a Offboard, or null.

Declaration
public MemberRemoveActionType.Offboard AsOffboard { get; }
Property Value
Type Description
MemberRemoveActionType.Offboard
| Improve this Doc View Source

AsOffboardAndRetainTeamFolders

Gets this instance as a OffboardAndRetainTeamFolders, or null.

Declaration
public MemberRemoveActionType.OffboardAndRetainTeamFolders AsOffboardAndRetainTeamFolders { get; }
Property Value
Type Description
MemberRemoveActionType.OffboardAndRetainTeamFolders
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

IsDelete

Gets a value indicating whether this instance is Delete

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

IsLeave

Gets a value indicating whether this instance is Leave

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

IsOffboard

Gets a value indicating whether this instance is Offboard

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

IsOffboardAndRetainTeamFolders

Gets a value indicating whether this instance is OffboardAndRetainTeamFolders

Declaration
public bool IsOffboardAndRetainTeamFolders { 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
    • MemberRemoveActionType()
  • Properties
    • AsDelete
    • AsLeave
    • AsOffboard
    • AsOffboardAndRetainTeamFolders
    • AsOther
    • IsDelete
    • IsLeave
    • IsOffboard
    • IsOffboardAndRetainTeamFolders
    • IsOther
Back to top Generated by DocFX