Dropbox .NET SDK
Show / Hide Table of Contents

Class SetCustomQuotaError

Error returned when setting member custom quota.

Inheritance
object
SetCustomQuotaError
SetCustomQuotaError.Other
SetCustomQuotaError.SomeUsersAreExcluded
SetCustomQuotaError.TooManyUsers
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public class SetCustomQuotaError

Constructors

View Source

SetCustomQuotaError()

Initializes a new instance of the SetCustomQuotaError class.

Declaration
public SetCustomQuotaError()

Properties

View Source

AsOther

Gets this instance as a Other, or null.

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

AsSomeUsersAreExcluded

Gets this instance as a SomeUsersAreExcluded, or null.

Declaration
public SetCustomQuotaError.SomeUsersAreExcluded AsSomeUsersAreExcluded { get; }
Property Value
Type Description
SetCustomQuotaError.SomeUsersAreExcluded
View Source

AsTooManyUsers

Gets this instance as a TooManyUsers, or null.

Declaration
public SetCustomQuotaError.TooManyUsers AsTooManyUsers { get; }
Property Value
Type Description
SetCustomQuotaError.TooManyUsers
View Source

IsOther

Gets a value indicating whether this instance is Other

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

IsSomeUsersAreExcluded

Gets a value indicating whether this instance is SomeUsersAreExcluded

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

IsTooManyUsers

Gets a value indicating whether this instance is TooManyUsers

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