Dropbox .NET SDK

Class ResellerLogInfo

Reseller information.

Inheritance
object
ResellerLogInfo
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 ResellerLogInfo

Constructors

View Source

ResellerLogInfo(string, string)

Initializes a new instance of the ResellerLogInfo class.

Declaration
public ResellerLogInfo(string resellerName, string resellerEmail)
Parameters
Type Name Description
string resellerName

Reseller name.

string resellerEmail

Reseller email.

Properties

View Source

ResellerEmail

Reseller email.

Declaration
public string ResellerEmail { get; protected set; }
Property Value
Type Description
string
View Source

ResellerName

Reseller name.

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