Dropbox .NET SDK

Class DomainVerificationAddDomainSuccessDetails

Verified team domain.

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

Constructors

View Source

DomainVerificationAddDomainSuccessDetails(IEnumerable<string>, string)

Initializes a new instance of the DomainVerificationAddDomainSuccessDetails class.

Declaration
public DomainVerificationAddDomainSuccessDetails(IEnumerable<string> domainNames, string verificationMethod = null)
Parameters
Type Name Description
IEnumerable<string> domainNames

Domain names.

string verificationMethod

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

Properties

View Source

DomainNames

Domain names.

Declaration
public IList<string> DomainNames { get; protected set; }
Property Value
Type Description
IList<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