Dropbox .NET SDK

Class SharedLinkAddExpiryDetails

Added shared link expiration date.

Inheritance
object
SharedLinkAddExpiryDetails
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 SharedLinkAddExpiryDetails

Constructors

View Source

SharedLinkAddExpiryDetails(DateTime, bool?)

Initializes a new instance of the SharedLinkAddExpiryDetails class.

Declaration
public SharedLinkAddExpiryDetails(DateTime newValue, bool? isConsolidationAction = null)
Parameters
Type Name Description
DateTime newValue

New shared link expiration date.

bool? isConsolidationAction

Indicates whether this was a consolidation action by system.

Properties

View Source

IsConsolidationAction

Indicates whether this was a consolidation action by system.

Declaration
public bool? IsConsolidationAction { get; protected set; }
Property Value
Type Description
bool?
View Source

NewValue

New shared link expiration date.

Declaration
public DateTime NewValue { get; protected set; }
Property Value
Type Description
DateTime
  • View Source
In this article
Back to top Dropbox .NET SDK