Class SharedContentRemoveLinkExpiryDetails
Removed link expiration date of shared file/folder.
Inheritance
System.Object
    SharedContentRemoveLinkExpiryDetails
  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 SharedContentRemoveLinkExpiryDetails
  Constructors
| Improve this Doc View SourceSharedContentRemoveLinkExpiryDetails(Nullable<DateTime>)
Initializes a new instance of the SharedContentRemoveLinkExpiryDetails class.
Declaration
public SharedContentRemoveLinkExpiryDetails(DateTime? previousValue = null)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Nullable<System.DateTime> | previousValue | Previous shared content link expiration date. Might be missing due to historical data gap.  | 
      
Properties
| Improve this Doc View SourcePreviousValue
Previous shared content link expiration date. Might be missing due to historical data gap.
Declaration
public DateTime? PreviousValue { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.DateTime> |