Dropbox .NET SDK

Class ProtectInternalDomainsChangedDetails

Modified Protect internal domains list.

Inheritance
object
ProtectInternalDomainsChangedDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ProtectInternalDomainsChangedDetails

Constructors

View Source

ProtectInternalDomainsChangedDetails(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 Source

DomainsAdded

Domains added to the internal domains list.

Declaration
public IList<string> DomainsAdded { get; protected set; }
Property Value
Type Description
IList<string>
View Source

DomainsRemoved

Domains removed from the internal domains list.

Declaration
public IList<string> DomainsRemoved { get; protected set; }
Property Value
Type Description
IList<string>
  • View Source
In this article
Back to top Dropbox .NET SDK