Dropbox .NET SDK

Class TeamSharingWhitelistSubjectsChangedDetails

Edited the approved list for sharing externally.

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

Constructors

View Source

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

AddedWhitelistSubjects

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>
View Source

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>
  • View Source
In this article
Back to top Dropbox .NET SDK