Dropbox .NET SDK

Class TrustedTeamsRequestAction

The trusted teams request action object

Inheritance
object
TrustedTeamsRequestAction
TrustedTeamsRequestAction.Accepted
TrustedTeamsRequestAction.Declined
TrustedTeamsRequestAction.Expired
TrustedTeamsRequestAction.Invited
TrustedTeamsRequestAction.Other
TrustedTeamsRequestAction.Revoked
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 TrustedTeamsRequestAction

Constructors

View Source

TrustedTeamsRequestAction()

Initializes a new instance of the TrustedTeamsRequestAction class.

Declaration
public TrustedTeamsRequestAction()

Properties

View Source

AsAccepted

Gets this instance as a Accepted, or null.

Declaration
public TrustedTeamsRequestAction.Accepted AsAccepted { get; }
Property Value
Type Description
TrustedTeamsRequestAction.Accepted
View Source

AsDeclined

Gets this instance as a Declined, or null.

Declaration
public TrustedTeamsRequestAction.Declined AsDeclined { get; }
Property Value
Type Description
TrustedTeamsRequestAction.Declined
View Source

AsExpired

Gets this instance as a Expired, or null.

Declaration
public TrustedTeamsRequestAction.Expired AsExpired { get; }
Property Value
Type Description
TrustedTeamsRequestAction.Expired
View Source

AsInvited

Gets this instance as a Invited, or null.

Declaration
public TrustedTeamsRequestAction.Invited AsInvited { get; }
Property Value
Type Description
TrustedTeamsRequestAction.Invited
View Source

AsOther

Gets this instance as a Other, or null.

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

AsRevoked

Gets this instance as a Revoked, or null.

Declaration
public TrustedTeamsRequestAction.Revoked AsRevoked { get; }
Property Value
Type Description
TrustedTeamsRequestAction.Revoked
View Source

IsAccepted

Gets a value indicating whether this instance is Accepted

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

IsDeclined

Gets a value indicating whether this instance is Declined

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

IsExpired

Gets a value indicating whether this instance is Expired

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

IsInvited

Gets a value indicating whether this instance is Invited

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

IsOther

Gets a value indicating whether this instance is Other

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

IsRevoked

Gets a value indicating whether this instance is Revoked

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