Class SharedLinkAddExpiryDetails
Added shared link expiration date.
Inheritance
System.Object
SharedLinkAddExpiryDetails
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.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SharedLinkAddExpiryDetails
Constructors
| Improve this Doc View SourceSharedLinkAddExpiryDetails(DateTime)
Initializes a new instance of the SharedLinkAddExpiryDetails class.
Declaration
public SharedLinkAddExpiryDetails(DateTime newValue)
Parameters
Type | Name | Description |
---|---|---|
System.DateTime | newValue | New shared link expiration date. |
Properties
| Improve this Doc View SourceNewValue
New shared link expiration date.
Declaration
public DateTime NewValue { get; protected set; }
Property Value
Type | Description |
---|---|
System.DateTime |