Show / Hide Table of Contents

Class SetCustomQuotaError

Error returned when setting member custom quota.

Inheritance
System.Object
SetCustomQuotaError
SetCustomQuotaError.Other
SetCustomQuotaError.SomeUsersAreExcluded
SetCustomQuotaError.TooManyUsers
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 SetCustomQuotaError

Constructors

| Improve this Doc View Source

SetCustomQuotaError()

Initializes a new instance of the SetCustomQuotaError class.

Declaration
public SetCustomQuotaError()

Properties

| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsSomeUsersAreExcluded

Gets this instance as a SomeUsersAreExcluded, or null.

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

AsTooManyUsers

Gets this instance as a TooManyUsers, or null.

Declaration
public SetCustomQuotaError.TooManyUsers AsTooManyUsers { get; }
Property Value
Type Description
SetCustomQuotaError.TooManyUsers
| 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

IsSomeUsersAreExcluded

Gets a value indicating whether this instance is SomeUsersAreExcluded

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

IsTooManyUsers

Gets a value indicating whether this instance is TooManyUsers

Declaration
public bool IsTooManyUsers { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SetCustomQuotaError()
  • Properties
    • AsOther
    • AsSomeUsersAreExcluded
    • AsTooManyUsers
    • IsOther
    • IsSomeUsersAreExcluded
    • IsTooManyUsers
Back to top Generated by DocFX