Class TrustedTeamsRequestState
The trusted teams request state object
Inheritance
System.Object
TrustedTeamsRequestState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class TrustedTeamsRequestState
Constructors
| Improve this Doc View SourceTrustedTeamsRequestState()
Initializes a new instance of the TrustedTeamsRequestState class.
Declaration
public TrustedTeamsRequestState()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsLinked
Gets a value indicating whether this instance is Linked
Declaration
public bool IsLinked { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUnlinked
Gets a value indicating whether this instance is Unlinked
Declaration
public bool IsUnlinked { get; }
Property Value
Type | Description |
---|---|
System.Boolean |