Class TrustedTeamsRequestState
The trusted teams request state object
Inheritance
TrustedTeamsRequestState
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class TrustedTeamsRequestState
Constructors
View SourceTrustedTeamsRequestState()
Initializes a new instance of the TrustedTeamsRequestState class.
Declaration
public TrustedTeamsRequestState()
Properties
View SourceAsInvited
Gets this instance as a Invited, or null.
Declaration
public TrustedTeamsRequestState.Invited AsInvited { get; }
Property Value
| Type | Description |
|---|---|
| TrustedTeamsRequestState.Invited |
AsLinked
Gets this instance as a Linked, or null.
Declaration
public TrustedTeamsRequestState.Linked AsLinked { get; }
Property Value
| Type | Description |
|---|---|
| TrustedTeamsRequestState.Linked |
AsOther
Gets this instance as a Other, or null.
Declaration
public TrustedTeamsRequestState.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| TrustedTeamsRequestState.Other |
AsUnlinked
Gets this instance as a Unlinked, or null.
Declaration
public TrustedTeamsRequestState.Unlinked AsUnlinked { get; }
Property Value
| Type | Description |
|---|---|
| TrustedTeamsRequestState.Unlinked |
IsInvited
Gets a value indicating whether this instance is Invited
Declaration
public bool IsInvited { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsLinked
Gets a value indicating whether this instance is Linked
Declaration
public bool IsLinked { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsUnlinked
Gets a value indicating whether this instance is Unlinked
Declaration
public bool IsUnlinked { get; }
Property Value
| Type | Description |
|---|---|
| bool |