Show / Hide Table of Contents

Class ResellerRole

The reseller role object

Inheritance
System.Object
ResellerRole
ResellerRole.NotReseller
ResellerRole.Other
ResellerRole.ResellerAdmin
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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ResellerRole

Constructors

| Improve this Doc View Source

ResellerRole()

Initializes a new instance of the ResellerRole class.

Declaration
public ResellerRole()

Properties

| Improve this Doc View Source

AsNotReseller

Gets this instance as a NotReseller, or null.

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

AsOther

Gets this instance as a Other, or null.

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

AsResellerAdmin

Gets this instance as a ResellerAdmin, or null.

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

IsNotReseller

Gets a value indicating whether this instance is NotReseller

Declaration
public bool IsNotReseller { get; }
Property Value
Type Description
System.Boolean
| 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

IsResellerAdmin

Gets a value indicating whether this instance is ResellerAdmin

Declaration
public bool IsResellerAdmin { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • ResellerRole()
  • Properties
    • AsNotReseller
    • AsOther
    • AsResellerAdmin
    • IsNotReseller
    • IsOther
    • IsResellerAdmin
Back to top Generated by DocFX