Dropbox .NET SDK

Class AccountCaptureRelinquishAccountDetails

Account-captured user changed account email to personal email.

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

Constructors

View Source

AccountCaptureRelinquishAccountDetails(string)

Initializes a new instance of the AccountCaptureRelinquishAccountDetails class.

Declaration
public AccountCaptureRelinquishAccountDetails(string domainName)
Parameters
Type Name Description
string domainName

Domain name.

Properties

View Source

DomainName

Domain name.

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