Class TeamExternalSharingControlsRecipientListsChangedDetails
Changed approved or blocked entries for external sharing controls.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class TeamExternalSharingControlsRecipientListsChangedDetails
Constructors
View SourceTeamExternalSharingControlsRecipientListsChangedDetails(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 SourceAddedApprovedEntries
Added approved external sharing recipient entries.
Declaration
public IList<string> AddedApprovedEntries { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
AddedBlockedEntries
Added blocked external sharing recipient entries.
Declaration
public IList<string> AddedBlockedEntries { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
RemovedApprovedEntries
Removed approved external sharing recipient entries.
Declaration
public IList<string> RemovedApprovedEntries { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
RemovedBlockedEntries
Removed blocked external sharing recipient entries.
Declaration
public IList<string> RemovedBlockedEntries { get; protected set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |