Class ProtectInternalDomainsChangedDetails
Modified Protect internal domains list.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ProtectInternalDomainsChangedDetails
Constructors
View SourceProtectInternalDomainsChangedDetails(IEnumerable<string>, IEnumerable<string>)
Initializes a new instance of the ProtectInternalDomainsChangedDetails class.
Declaration
public ProtectInternalDomainsChangedDetails(IEnumerable<string> domainsAdded = null, IEnumerable<string> domainsRemoved = null)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<string> | domainsAdded | Domains added to the internal domains list. |
| IEnumerable<string> | domainsRemoved | Domains removed from the internal domains list. |
Properties
View SourceDomainsAdded
Domains added to the internal domains list.
Declaration
public IList<string> DomainsAdded { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
DomainsRemoved
Domains removed from the internal domains list.
Declaration
public IList<string> DomainsRemoved { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |