Show / Hide Table of Contents

Class AccountCaptureRelinquishAccountDetails

Account-captured user changed account email to personal email.

Inheritance
System.Object
AccountCaptureRelinquishAccountDetails
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 AccountCaptureRelinquishAccountDetails

Constructors

| Improve this Doc View Source

AccountCaptureRelinquishAccountDetails(String)

Initializes a new instance of the AccountCaptureRelinquishAccountDetails class.

Declaration
public AccountCaptureRelinquishAccountDetails(string domainName)
Parameters
Type Name Description
System.String domainName

Domain name.

Properties

| Improve this Doc View Source

DomainName

Domain name.

Declaration
public string DomainName { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • AccountCaptureRelinquishAccountDetails(String)
  • Properties
    • DomainName
Back to top Generated by DocFX