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 SourceDomainVerificationAddDomainSuccessDetails(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 SourceDomainNames
Domain names.
Declaration
public IList<string> DomainNames { get; protected set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.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 |
---|---|
System.String |