Show / Hide Table of Contents

Class LinkExpiry

The link expiry object

Inheritance
System.Object
LinkExpiry
LinkExpiry.Other
LinkExpiry.RemoveExpiry
LinkExpiry.SetExpiry
Inherited Members
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 class LinkExpiry

Constructors

| Improve this Doc View Source

LinkExpiry()

Initializes a new instance of the LinkExpiry class.

Declaration
public LinkExpiry()

Properties

| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsRemoveExpiry

Gets this instance as a RemoveExpiry, or null.

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

AsSetExpiry

Gets this instance as a SetExpiry, or null.

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

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsRemoveExpiry

Gets a value indicating whether this instance is RemoveExpiry

Declaration
public bool IsRemoveExpiry { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsSetExpiry

Gets a value indicating whether this instance is SetExpiry

Declaration
public bool IsSetExpiry { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • LinkExpiry()
  • Properties
    • AsOther
    • AsRemoveExpiry
    • AsSetExpiry
    • IsOther
    • IsRemoveExpiry
    • IsSetExpiry
Back to top Generated by DocFX