• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class CustomQuotaResult.InvalidUser

Invalid user (not in team).

Inheritance
System.Object
CustomQuotaResult
CustomQuotaResult.InvalidUser
Inherited Members
CustomQuotaResult.IsSuccess
CustomQuotaResult.AsSuccess
CustomQuotaResult.IsInvalidUser
CustomQuotaResult.AsInvalidUser
CustomQuotaResult.IsOther
CustomQuotaResult.AsOther
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 sealed class InvalidUser : CustomQuotaResult

Constructors

| Improve this Doc View Source

InvalidUser(UserSelectorArg)

Initializes a new instance of the CustomQuotaResult.InvalidUser class.

Declaration
public InvalidUser(UserSelectorArg value)
Parameters
Type Name Description
UserSelectorArg value

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public UserSelectorArg Value { get; }
Property Value
Type Description
UserSelectorArg
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • InvalidUser(UserSelectorArg)
  • Properties
    • Value
Back to top Generated by DocFX