Dropbox .NET SDK

Class TeamExternalSharingControlsRecipientListsChangedDetails

Changed approved or blocked entries for external sharing controls.

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

Constructors

View Source

TeamExternalSharingControlsRecipientListsChangedDetails(IEnumerable<string>, IEnumerable<string>, IEnumerable<string>, IEnumerable<string>)

Initializes a new instance of the TeamExternalSharingControlsRecipientListsChangedDetails class.

Declaration
public TeamExternalSharingControlsRecipientListsChangedDetails(IEnumerable<string> addedApprovedEntries = null, IEnumerable<string> removedApprovedEntries = null, IEnumerable<string> addedBlockedEntries = null, IEnumerable<string> removedBlockedEntries = null)
Parameters
Type Name Description
IEnumerable<string> addedApprovedEntries

Added approved external sharing recipient entries.

IEnumerable<string> removedApprovedEntries

Removed approved external sharing recipient entries.

IEnumerable<string> addedBlockedEntries

Added blocked external sharing recipient entries.

IEnumerable<string> removedBlockedEntries

Removed blocked external sharing recipient entries.

Properties

View Source

AddedApprovedEntries

Added approved external sharing recipient entries.

Declaration
public IList<string> AddedApprovedEntries { get; protected set; }
Property Value
Type Description
IList<string>
View Source

AddedBlockedEntries

Added blocked external sharing recipient entries.

Declaration
public IList<string> AddedBlockedEntries { get; protected set; }
Property Value
Type Description
IList<string>
View Source

RemovedApprovedEntries

Removed approved external sharing recipient entries.

Declaration
public IList<string> RemovedApprovedEntries { get; protected set; }
Property Value
Type Description
IList<string>
View Source

RemovedBlockedEntries

Removed blocked external sharing recipient entries.

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