Class SharedContentRemoveLinkExpiryDetails
Removed link expiration date of shared file/folder.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharedContentRemoveLinkExpiryDetails
Constructors
View SourceSharedContentRemoveLinkExpiryDetails(DateTime?)
Initializes a new instance of the SharedContentRemoveLinkExpiryDetails class.
Declaration
public SharedContentRemoveLinkExpiryDetails(DateTime? previousValue = null)
Parameters
| Type | Name | Description |
|---|---|---|
| DateTime? | previousValue | Previous shared content link expiration date. Might be missing due to historical data gap. |
Properties
View SourcePreviousValue
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? |