Show / Hide Table of Contents

Class DomainVerificationAddDomainSuccessDetails

Verified team domain.

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

Constructors

| Improve this Doc 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
System.Collections.Generic.IEnumerable<System.String> domainNames

Domain names.

System.String verificationMethod

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

Properties

| Improve this Doc View Source

DomainNames

Domain names.

Declaration
public IList<string> DomainNames { get; protected set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>
| Improve this Doc 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
System.String
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • DomainVerificationAddDomainSuccessDetails(IEnumerable<String>, String)
  • Properties
    • DomainNames
    • VerificationMethod
Back to top Generated by DocFX