• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class AccountCaptureMigrateAccountDetails

Account-captured user migrated account to team.

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

Constructors

| Improve this Doc View Source

AccountCaptureMigrateAccountDetails(String)

Initializes a new instance of the AccountCaptureMigrateAccountDetails class.

Declaration
public AccountCaptureMigrateAccountDetails(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
    • AccountCaptureMigrateAccountDetails(String)
  • Properties
    • DomainName
Back to top Generated by DocFX