Dropbox .NET SDK
Show / Hide Table of Contents

Class LinkExpiry

The link expiry object

Inheritance
object
LinkExpiry
LinkExpiry.Other
LinkExpiry.RemoveExpiry
LinkExpiry.SetExpiry
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Sharing
Assembly: Dropbox.Api.dll
Syntax
public class LinkExpiry

Constructors

View Source

LinkExpiry()

Initializes a new instance of the LinkExpiry class.

Declaration
public LinkExpiry()

Properties

View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public LinkExpiry.Other AsOther { get; }
Property Value
Type Description
LinkExpiry.Other
View Source

AsRemoveExpiry

Gets this instance as a RemoveExpiry, or null.

Declaration
public LinkExpiry.RemoveExpiry AsRemoveExpiry { get; }
Property Value
Type Description
LinkExpiry.RemoveExpiry
View Source

AsSetExpiry

Gets this instance as a SetExpiry, or null.

Declaration
public LinkExpiry.SetExpiry AsSetExpiry { get; }
Property Value
Type Description
LinkExpiry.SetExpiry
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsRemoveExpiry

Gets a value indicating whether this instance is RemoveExpiry

Declaration
public bool IsRemoveExpiry { get; }
Property Value
Type Description
bool
View Source

IsSetExpiry

Gets a value indicating whether this instance is SetExpiry

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