Show / Hide Table of Contents

Class TeamSharingWhitelistSubjectsChangedDetails

Edited the approved list for sharing externally.

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

Constructors

| Improve this Doc 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
System.Collections.Generic.IEnumerable<System.String> addedWhitelistSubjects

Domains or emails added to the approved list for sharing externally.

System.Collections.Generic.IEnumerable<System.String> removedWhitelistSubjects

Domains or emails removed from the approved list for sharing externally.

Properties

| Improve this Doc 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
System.Collections.Generic.IList<System.String>
| Improve this Doc 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
System.Collections.Generic.IList<System.String>
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • TeamSharingWhitelistSubjectsChangedDetails(IEnumerable<String>, IEnumerable<String>)
  • Properties
    • AddedWhitelistSubjects
    • RemovedWhitelistSubjects
Back to top Generated by DocFX