Class LinkExpiry
The link expiry object
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 SourceLinkExpiry()
Initializes a new instance of the LinkExpiry class.
Declaration
public LinkExpiry()
Properties
| Improve this Doc View SourceAsOther
Gets this instance as a Other, or null
.
Declaration
public LinkExpiry.Other AsOther { get; }
Property Value
Type | Description |
---|---|
LinkExpiry.Other |
AsRemoveExpiry
Gets this instance as a RemoveExpiry, or null
.
Declaration
public LinkExpiry.RemoveExpiry AsRemoveExpiry { get; }
Property Value
Type | Description |
---|---|
LinkExpiry.RemoveExpiry |
AsSetExpiry
Gets this instance as a SetExpiry, or null
.
Declaration
public LinkExpiry.SetExpiry AsSetExpiry { get; }
Property Value
Type | Description |
---|---|
LinkExpiry.SetExpiry |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsRemoveExpiry
Gets a value indicating whether this instance is RemoveExpiry
Declaration
public bool IsRemoveExpiry { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSetExpiry
Gets a value indicating whether this instance is SetExpiry
Declaration
public bool IsSetExpiry { get; }
Property Value
Type | Description |
---|---|
System.Boolean |