Class TeamSharingWhitelistSubjectsChangedDetails
Edited the approved list for sharing externally.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class TeamSharingWhitelistSubjectsChangedDetails
Constructors
View SourceTeamSharingWhitelistSubjectsChangedDetails(IEnumerable<string>, IEnumerable<string>)
Initializes a new instance of the TeamSharingWhitelistSubjectsChangedDetails class.
Declaration
public TeamSharingWhitelistSubjectsChangedDetails(IEnumerable<string> addedWhitelistSubjects, IEnumerable<string> removedWhitelistSubjects)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<string> | addedWhitelistSubjects | Domains or emails added to the approved list for sharing externally. |
| IEnumerable<string> | removedWhitelistSubjects | Domains or emails removed from the approved list for sharing externally. |
Properties
View SourceAddedWhitelistSubjects
Domains or emails added to the approved list for sharing externally.
Declaration
public IList<string> AddedWhitelistSubjects { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
RemovedWhitelistSubjects
Domains or emails removed from the approved list for sharing externally.
Declaration
public IList<string> RemovedWhitelistSubjects { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |