Show / Hide Table of Contents

Class LinkExpiry.SetExpiry

Set a new expiry or change an existing expiry.

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

Constructors

| Improve this Doc View Source

SetExpiry(DateTime)

Initializes a new instance of the LinkExpiry.SetExpiry class.

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

The value

Properties

| Improve this Doc View Source

Value

Gets the value of this instance.

Declaration
public DateTime Value { get; }
Property Value
Type Description
System.DateTime
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SetExpiry(DateTime)
  • Properties
    • Value
Back to top Generated by DocFX