Class DomainVerificationAddDomainFailDetails
Failed to verify team domain.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DomainVerificationAddDomainFailDetails
Constructors
View SourceDomainVerificationAddDomainFailDetails(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 SourceDomainName
Domain name.
Declaration
public string DomainName { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
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 |