Class SharedLinkChangeExpiryDetails
Changed shared link expiration date.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharedLinkChangeExpiryDetails
Constructors
View SourceSharedLinkChangeExpiryDetails(DateTime?, DateTime?, bool?)
Initializes a new instance of the SharedLinkChangeExpiryDetails class.
Declaration
public SharedLinkChangeExpiryDetails(DateTime? newValue = null, DateTime? previousValue = null, bool? isConsolidationAction = null)
Parameters
| Type | Name | Description |
|---|---|---|
| DateTime? | newValue | New shared link expiration date. Might be missing due to historical data gap. |
| DateTime? | previousValue | Previous shared link expiration date. 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 expiration date. Might be missing due to historical data gap.
Declaration
public DateTime? NewValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |
PreviousValue
Previous shared link expiration date. Might be missing due to historical data gap.
Declaration
public DateTime? PreviousValue { get; protected set; }
Property Value
| Type | Description |
|---|---|
| DateTime? |