Dropbox .NET SDK

Class AccountCaptureMigrateAccountDetails

Account-captured user migrated account to team.

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

Constructors

View Source

AccountCaptureMigrateAccountDetails(string)

Initializes a new instance of the AccountCaptureMigrateAccountDetails class.

Declaration
public AccountCaptureMigrateAccountDetails(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