Class SetCustomQuotaError
Error returned when setting member custom quota.
Inheritance
System.Object
SetCustomQuotaError
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 SourceSetCustomQuotaError()
Initializes a new instance of the SetCustomQuotaError class.
Declaration
public SetCustomQuotaError()
Properties
| Improve this Doc View SourceAsOther
Gets this instance as a Other, or null
.
Declaration
public SetCustomQuotaError.Other AsOther { get; }
Property Value
Type | Description |
---|---|
SetCustomQuotaError.Other |
AsSomeUsersAreExcluded
Gets this instance as a SomeUsersAreExcluded, or null
.
Declaration
public SetCustomQuotaError.SomeUsersAreExcluded AsSomeUsersAreExcluded { get; }
Property Value
Type | Description |
---|---|
SetCustomQuotaError.SomeUsersAreExcluded |
AsTooManyUsers
Gets this instance as a TooManyUsers, or null
.
Declaration
public SetCustomQuotaError.TooManyUsers AsTooManyUsers { get; }
Property Value
Type | Description |
---|---|
SetCustomQuotaError.TooManyUsers |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSomeUsersAreExcluded
Gets a value indicating whether this instance is SomeUsersAreExcluded
Declaration
public bool IsSomeUsersAreExcluded { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsTooManyUsers
Gets a value indicating whether this instance is TooManyUsers
Declaration
public bool IsTooManyUsers { get; }
Property Value
Type | Description |
---|---|
System.Boolean |