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