Dropbox .NET SDK
Show / Hide Table of Contents

Class CustomQuotaResult.InvalidUser

Invalid user (not in team).

Inheritance
object
CustomQuotaResult
CustomQuotaResult.InvalidUser
Inherited Members
CustomQuotaResult.IsSuccess
CustomQuotaResult.AsSuccess
CustomQuotaResult.IsInvalidUser
CustomQuotaResult.AsInvalidUser
CustomQuotaResult.IsOther
CustomQuotaResult.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Team
Assembly: Dropbox.Api.dll
Syntax
public sealed class CustomQuotaResult.InvalidUser : CustomQuotaResult

Constructors

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

View Source

Value

Gets the value of this instance.

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