Dropbox .NET SDK
Show / Hide Table of Contents

Class LinkExpiry.RemoveExpiry

Remove the currently set expiry for the link.

Inheritance
object
LinkExpiry
LinkExpiry.RemoveExpiry
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.RemoveExpiry : LinkExpiry

Fields

View Source

Instance

A singleton instance of RemoveExpiry

Declaration
public static readonly LinkExpiry.RemoveExpiry Instance
Field Value
Type Description
LinkExpiry.RemoveExpiry
  • View Source
In this article
Back to top Dropbox .NET SDK