Dropbox .NET SDK
Show / Hide Table of Contents

Class MemberSpaceLimitType

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

Inheritance
object
MemberSpaceLimitType
MemberSpaceLimitType.AlertOnly
MemberSpaceLimitType.Off
MemberSpaceLimitType.Other
MemberSpaceLimitType.StopSync
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamCommon
Assembly: Dropbox.Api.dll
Syntax
public class MemberSpaceLimitType

Constructors

View Source

MemberSpaceLimitType()

Initializes a new instance of the MemberSpaceLimitType class.

Declaration
public MemberSpaceLimitType()

Properties

View Source

AsAlertOnly

Gets this instance as a AlertOnly, or null.

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

AsOff

Gets this instance as a Off, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsStopSync

Gets this instance as a StopSync, or null.

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

IsAlertOnly

Gets a value indicating whether this instance is AlertOnly

Declaration
public bool IsAlertOnly { get; }
Property Value
Type Description
bool
View Source

IsOff

Gets a value indicating whether this instance is Off

Declaration
public bool IsOff { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsStopSync

Gets a value indicating whether this instance is StopSync

Declaration
public bool IsStopSync { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK