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