Dropbox .NET SDK

Class DomainVerificationAddDomainFailDetails

Failed to verify team domain.

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

Constructors

View Source

DomainVerificationAddDomainFailDetails(string, string)

Initializes a new instance of the DomainVerificationAddDomainFailDetails class.

Declaration
public DomainVerificationAddDomainFailDetails(string domainName, string verificationMethod = null)
Parameters
Type Name Description
string domainName

Domain name.

string verificationMethod

Domain name verification method. Might be missing due to historical data gap.

Properties

View Source

DomainName

Domain name.

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

VerificationMethod

Domain name verification method. Might be missing due to historical data gap.

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