Dropbox .NET SDK

Class SharedContentChangeLinkExpiryDetails

Changed link expiration of shared file/folder.

Inheritance
object
SharedContentChangeLinkExpiryDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharedContentChangeLinkExpiryDetails

Constructors

View Source

SharedContentChangeLinkExpiryDetails(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 Source

NewValue

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?
View Source

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?
  • View Source
In this article
Back to top Dropbox .NET SDK