• Home
  • API Documentation
  • API Documentation
Show / Hide Table of Contents

Class DomainVerificationRemoveDomainDetails

Removed domain from list of verified team domains.

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

Constructors

| Improve this Doc View Source

DomainVerificationRemoveDomainDetails(IEnumerable<String>)

Initializes a new instance of the DomainVerificationRemoveDomainDetails class.

Declaration
public DomainVerificationRemoveDomainDetails(IEnumerable<string> domainNames)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<System.String> domainNames

Domain names.

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
In This Article
  • Constructors
    • DomainVerificationRemoveDomainDetails(IEnumerable<String>)
  • Properties
    • DomainNames
Back to top Generated by DocFX