Dropbox .NET SDK
Show / Hide Table of Contents

Class LinkExpiry.SetExpiry

Set a new expiry or change an existing expiry.

Inheritance
object
LinkExpiry
LinkExpiry.SetExpiry
Inherited Members
LinkExpiry.IsRemoveExpiry
LinkExpiry.AsRemoveExpiry
LinkExpiry.IsSetExpiry
LinkExpiry.AsSetExpiry
LinkExpiry.IsOther
LinkExpiry.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public sealed class LinkExpiry.SetExpiry : LinkExpiry

Constructors

View Source

SetExpiry(DateTime)

Initializes a new instance of the LinkExpiry.SetExpiry class.

Declaration
public SetExpiry(DateTime value)
Parameters
Type Name Description
DateTime value

The value

Properties

View Source

Value

Gets the value of this instance.

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