Show / Hide Table of Contents

Class ActionDetails.RemoveAction

Define how the user was removed from the team.

Inheritance
System.Object
ActionDetails
ActionDetails.RemoveAction
Inherited Members
ActionDetails.IsRemoveAction
ActionDetails.AsRemoveAction
ActionDetails.IsTeamInviteDetails
ActionDetails.AsTeamInviteDetails
ActionDetails.IsTeamJoinDetails
ActionDetails.AsTeamJoinDetails
ActionDetails.IsOther
ActionDetails.AsOther
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 sealed class RemoveAction : ActionDetails

Constructors

| Improve this Doc View Source

RemoveAction(MemberRemoveActionType)

Initializes a new instance of the ActionDetails.RemoveAction class.

Declaration
public RemoveAction(MemberRemoveActionType value)
Parameters
Type Name Description
MemberRemoveActionType value

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public MemberRemoveActionType Value { get; }
Property Value
Type Description
MemberRemoveActionType
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • RemoveAction(MemberRemoveActionType)
  • Properties
    • Value
Back to top Generated by DocFX