Show / Hide Table of Contents

Class SharedContentAddLinkExpiryDetails

Added expiration date to link for shared file/folder.

Inheritance
System.Object
SharedContentAddLinkExpiryDetails
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 SharedContentAddLinkExpiryDetails

Constructors

| Improve this Doc View Source

SharedContentAddLinkExpiryDetails(Nullable<DateTime>)

Initializes a new instance of the SharedContentAddLinkExpiryDetails class.

Declaration
public SharedContentAddLinkExpiryDetails(DateTime? newValue = null)
Parameters
Type Name Description
System.Nullable<System.DateTime> newValue

New shared content link expiration date. Might be missing due to historical data gap.

Properties

| Improve this Doc View Source

NewValue

New shared content link expiration date. Might be missing due to historical data gap.

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