Class SharedLinkChangeVisibilityDetails
Changed visibility of shared link.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharedLinkChangeVisibilityDetails
Constructors
View SourceSharedLinkChangeVisibilityDetails(SharedLinkVisibility, SharedLinkVisibility, bool?)
Initializes a new instance of the SharedLinkChangeVisibilityDetails class.
Declaration
public SharedLinkChangeVisibilityDetails(SharedLinkVisibility newValue, SharedLinkVisibility previousValue = null, bool? isConsolidationAction = null)
Parameters
| Type | Name | Description |
|---|---|---|
| SharedLinkVisibility | newValue | New shared link visibility. |
| SharedLinkVisibility | previousValue | Previous shared link visibility. Might be missing due to historical data gap. |
| bool? | isConsolidationAction | Indicates whether this was a consolidation action by system. |
Properties
View SourceIsConsolidationAction
Indicates whether this was a consolidation action by system.
Declaration
public bool? IsConsolidationAction { get; protected set; }
Property Value
| Type | Description |
|---|---|
| bool? |
NewValue
New shared link visibility.
Declaration
public SharedLinkVisibility NewValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| SharedLinkVisibility |
PreviousValue
Previous shared link visibility. Might be missing due to historical data gap.
Declaration
public SharedLinkVisibility PreviousValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| SharedLinkVisibility |