Class LinkExpiry.SetExpiry
Set a new expiry or change an existing expiry.
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 sealed class SetExpiry : LinkExpiry
Constructors
| Improve this Doc View SourceSetExpiry(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 SourceValue
Gets the value of this instance.
Declaration
public DateTime Value { get; }
Property Value
Type | Description |
---|---|
System.DateTime |