Dropbox .NET SDK

Class ActionDetails

Additional information indicating the action taken that caused status change.

Inheritance
object
ActionDetails
ActionDetails.Other
ActionDetails.RemoveAction
ActionDetails.TeamInviteDetails
ActionDetails.TeamJoinDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ActionDetails

Constructors

View Source

ActionDetails()

Initializes a new instance of the ActionDetails class.

Declaration
public ActionDetails()

Properties

View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public ActionDetails.Other AsOther { get; }
Property Value
Type Description
ActionDetails.Other
View Source

AsRemoveAction

Gets this instance as a RemoveAction, or null.

Declaration
public ActionDetails.RemoveAction AsRemoveAction { get; }
Property Value
Type Description
ActionDetails.RemoveAction
View Source

AsTeamInviteDetails

Gets this instance as a TeamInviteDetails, or null.

Declaration
public ActionDetails.TeamInviteDetails AsTeamInviteDetails { get; }
Property Value
Type Description
ActionDetails.TeamInviteDetails
View Source

AsTeamJoinDetails

Gets this instance as a TeamJoinDetails, or null.

Declaration
public ActionDetails.TeamJoinDetails AsTeamJoinDetails { get; }
Property Value
Type Description
ActionDetails.TeamJoinDetails
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsRemoveAction

Gets a value indicating whether this instance is RemoveAction

Declaration
public bool IsRemoveAction { get; }
Property Value
Type Description
bool
View Source

IsTeamInviteDetails

Gets a value indicating whether this instance is TeamInviteDetails

Declaration
public bool IsTeamInviteDetails { get; }
Property Value
Type Description
bool
View Source

IsTeamJoinDetails

Gets a value indicating whether this instance is TeamJoinDetails

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