Dropbox .NET SDK

Class DashAddedTeamEmailDomainAllowlistDetails

Admin added an email domain to the team allowlist.

Inheritance
object
DashAddedTeamEmailDomainAllowlistDetails
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 DashAddedTeamEmailDomainAllowlistDetails

Constructors

View Source

DashAddedTeamEmailDomainAllowlistDetails(string)

Initializes a new instance of the DashAddedTeamEmailDomainAllowlistDetails class.

Declaration
public DashAddedTeamEmailDomainAllowlistDetails(string emailDomain)
Parameters
Type Name Description
string emailDomain

The email domain that gets added/removed from the team allowlist.

Properties

View Source

EmailDomain

The email domain that gets added/removed from the team allowlist.

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