Class SharedContentAddLinkExpiryDetails
Added expiration date to link for shared file/folder.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharedContentAddLinkExpiryDetails
Constructors
View SourceSharedContentAddLinkExpiryDetails(DateTime?)
Initializes a new instance of the SharedContentAddLinkExpiryDetails class.
Declaration
public SharedContentAddLinkExpiryDetails(DateTime? newValue = null)
Parameters
| Type | Name | Description |
|---|---|---|
| DateTime? | newValue | New 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? |