Dropbox .NET SDK

Class ResellerRole

The reseller role object

Inheritance
object
ResellerRole
ResellerRole.NotReseller
ResellerRole.Other
ResellerRole.ResellerAdmin
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ResellerRole

Constructors

View Source

ResellerRole()

Initializes a new instance of the ResellerRole class.

Declaration
public ResellerRole()

Properties

View Source

AsNotReseller

Gets this instance as a NotReseller, or null.

Declaration
public ResellerRole.NotReseller AsNotReseller { get; }
Property Value
Type Description
ResellerRole.NotReseller
View Source

AsOther

Gets this instance as a Other, or null.

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

AsResellerAdmin

Gets this instance as a ResellerAdmin, or null.

Declaration
public ResellerRole.ResellerAdmin AsResellerAdmin { get; }
Property Value
Type Description
ResellerRole.ResellerAdmin
View Source

IsNotReseller

Gets a value indicating whether this instance is NotReseller

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

IsOther

Gets a value indicating whether this instance is Other

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

IsResellerAdmin

Gets a value indicating whether this instance is ResellerAdmin

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