Show / Hide Table of Contents

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 Source

SharedLinkAddExpiryDetails(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 Source

NewValue

New shared link expiration date.

Declaration
public DateTime NewValue { get; protected set; }
Property Value
Type Description
System.DateTime
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SharedLinkAddExpiryDetails(DateTime)
  • Properties
    • NewValue
Back to top Generated by DocFX