Class TeamMemberStatus
The user's status as a member of a specific team.
Inheritance
TeamMemberStatus
Inherited Members
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class TeamMemberStatus
Constructors
View SourceTeamMemberStatus()
Initializes a new instance of the TeamMemberStatus class.
Declaration
public TeamMemberStatus()
Properties
View SourceAsActive
Gets this instance as a Active, or null.
Declaration
public TeamMemberStatus.Active AsActive { get; }
Property Value
| Type | Description |
|---|---|
| TeamMemberStatus.Active |
AsInvited
Gets this instance as a Invited, or null.
Declaration
public TeamMemberStatus.Invited AsInvited { get; }
Property Value
| Type | Description |
|---|---|
| TeamMemberStatus.Invited |
AsRemoved
Gets this instance as a Removed, or null.
Declaration
public TeamMemberStatus.Removed AsRemoved { get; }
Property Value
| Type | Description |
|---|---|
| TeamMemberStatus.Removed |
AsSuspended
Gets this instance as a Suspended, or null.
Declaration
public TeamMemberStatus.Suspended AsSuspended { get; }
Property Value
| Type | Description |
|---|---|
| TeamMemberStatus.Suspended |
IsActive
Gets a value indicating whether this instance is Active
Declaration
public bool IsActive { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsInvited
Gets a value indicating whether this instance is Invited
Declaration
public bool IsInvited { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsRemoved
Gets a value indicating whether this instance is Removed
Declaration
public bool IsRemoved { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsSuspended
Gets a value indicating whether this instance is Suspended
Declaration
public bool IsSuspended { get; }
Property Value
| Type | Description |
|---|---|
| bool |