Class DashAddedTeamEmailDomainAllowlistDetails
Admin added an email domain to the team allowlist.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class DashAddedTeamEmailDomainAllowlistDetails
Constructors
View SourceDashAddedTeamEmailDomainAllowlistDetails(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 SourceEmailDomain
The email domain that gets added/removed from the team allowlist.
Declaration
public string EmailDomain { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |