Show / Hide Table of Contents

Class MemberSpaceLimitType

The type of the space limit imposed on a team member.

Inheritance
System.Object
MemberSpaceLimitType
MemberSpaceLimitType.AlertOnly
MemberSpaceLimitType.Off
MemberSpaceLimitType.Other
MemberSpaceLimitType.StopSync
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.TeamCommon
Assembly: Dropbox.Api.dll
Syntax
public class MemberSpaceLimitType

Constructors

| Improve this Doc View Source

MemberSpaceLimitType()

Initializes a new instance of the MemberSpaceLimitType class.

Declaration
public MemberSpaceLimitType()

Properties

| Improve this Doc View Source

AsAlertOnly

Gets this instance as a AlertOnly, or null.

Declaration
public MemberSpaceLimitType.AlertOnly AsAlertOnly { get; }
Property Value
Type Description
MemberSpaceLimitType.AlertOnly
| Improve this Doc View Source

AsOff

Gets this instance as a Off, or null.

Declaration
public MemberSpaceLimitType.Off AsOff { get; }
Property Value
Type Description
MemberSpaceLimitType.Off
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public MemberSpaceLimitType.Other AsOther { get; }
Property Value
Type Description
MemberSpaceLimitType.Other
| Improve this Doc View Source

AsStopSync

Gets this instance as a StopSync, or null.

Declaration
public MemberSpaceLimitType.StopSync AsStopSync { get; }
Property Value
Type Description
MemberSpaceLimitType.StopSync
| Improve this Doc View Source

IsAlertOnly

Gets a value indicating whether this instance is AlertOnly

Declaration
public bool IsAlertOnly { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOff

Gets a value indicating whether this instance is Off

Declaration
public bool IsOff { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsStopSync

Gets a value indicating whether this instance is StopSync

Declaration
public bool IsStopSync { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • MemberSpaceLimitType()
  • Properties
    • AsAlertOnly
    • AsOff
    • AsOther
    • AsStopSync
    • IsAlertOnly
    • IsOff
    • IsOther
    • IsStopSync
Back to top Generated by DocFX