Dropbox .NET SDK

Class TrustedTeamsRequestState

The trusted teams request state object

Inheritance
object
TrustedTeamsRequestState
TrustedTeamsRequestState.Invited
TrustedTeamsRequestState.Linked
TrustedTeamsRequestState.Other
TrustedTeamsRequestState.Unlinked
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 TrustedTeamsRequestState

Constructors

View Source

TrustedTeamsRequestState()

Initializes a new instance of the TrustedTeamsRequestState class.

Declaration
public TrustedTeamsRequestState()

Properties

View Source

AsInvited

Gets this instance as a Invited, or null.

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

AsLinked

Gets this instance as a Linked, or null.

Declaration
public TrustedTeamsRequestState.Linked AsLinked { get; }
Property Value
Type Description
TrustedTeamsRequestState.Linked
View Source

AsOther

Gets this instance as a Other, or null.

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

AsUnlinked

Gets this instance as a Unlinked, or null.

Declaration
public TrustedTeamsRequestState.Unlinked AsUnlinked { get; }
Property Value
Type Description
TrustedTeamsRequestState.Unlinked
View Source

IsInvited

Gets a value indicating whether this instance is Invited

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

IsLinked

Gets a value indicating whether this instance is Linked

Declaration
public bool IsLinked { 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

IsUnlinked

Gets a value indicating whether this instance is Unlinked

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