Dropbox .NET SDK

Class ActionDetails.RemoveAction

Define how the user was removed from the team.

Inheritance
object
ActionDetails
ActionDetails.RemoveAction
Inherited Members
ActionDetails.IsRemoveAction
ActionDetails.AsRemoveAction
ActionDetails.IsTeamInviteDetails
ActionDetails.AsTeamInviteDetails
ActionDetails.IsTeamJoinDetails
ActionDetails.AsTeamJoinDetails
ActionDetails.IsOther
ActionDetails.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public sealed class ActionDetails.RemoveAction : ActionDetails

Constructors

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

View Source

Value

Gets the value of this instance.

Declaration
public MemberRemoveActionType Value { get; }
Property Value
Type Description
MemberRemoveActionType
  • View Source
In this article
Back to top Dropbox .NET SDK