Class MemberSpaceLimitType
The type of the space limit imposed on a team member.
Inheritance
MemberSpaceLimitType
Inherited Members
Namespace: Dropbox.Api.TeamCommon
Assembly: Dropbox.Api.dll
Syntax
public class MemberSpaceLimitType
Constructors
View SourceMemberSpaceLimitType()
Initializes a new instance of the MemberSpaceLimitType class.
Declaration
public MemberSpaceLimitType()
Properties
View SourceAsAlertOnly
Gets this instance as a AlertOnly, or null.
Declaration
public MemberSpaceLimitType.AlertOnly AsAlertOnly { get; }
Property Value
| Type | Description |
|---|---|
| MemberSpaceLimitType.AlertOnly |
AsOff
Gets this instance as a Off, or null.
Declaration
public MemberSpaceLimitType.Off AsOff { get; }
Property Value
| Type | Description |
|---|---|
| MemberSpaceLimitType.Off |
AsOther
Gets this instance as a Other, or null.
Declaration
public MemberSpaceLimitType.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| MemberSpaceLimitType.Other |
AsStopSync
Gets this instance as a StopSync, or null.
Declaration
public MemberSpaceLimitType.StopSync AsStopSync { get; }
Property Value
| Type | Description |
|---|---|
| MemberSpaceLimitType.StopSync |
IsAlertOnly
Gets a value indicating whether this instance is AlertOnly
Declaration
public bool IsAlertOnly { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOff
Gets a value indicating whether this instance is Off
Declaration
public bool IsOff { 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 |
IsStopSync
Gets a value indicating whether this instance is StopSync
Declaration
public bool IsStopSync { get; }
Property Value
| Type | Description |
|---|---|
| bool |