Class TeamMemberStatus
The user's status as a member of a specific team.
Inheritance
System.Object
TeamMemberStatus
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.Team
Assembly: Dropbox.Api.dll
Syntax
public class TeamMemberStatus
Constructors
| Improve this Doc View SourceTeamMemberStatus()
Initializes a new instance of the TeamMemberStatus class.
Declaration
public TeamMemberStatus()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |
IsInvited
Gets a value indicating whether this instance is Invited
Declaration
public bool IsInvited { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRemoved
Gets a value indicating whether this instance is Removed
Declaration
public bool IsRemoved { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSuspended
Gets a value indicating whether this instance is Suspended
Declaration
public bool IsSuspended { get; }
Property Value
Type | Description |
---|---|
System.Boolean |