Class OutdatedLinkViewCreateReportDetails
Report created: Views of old links.
Inheritance
System.Object
    OutdatedLinkViewCreateReportDetails
  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 OutdatedLinkViewCreateReportDetails
  Constructors
| Improve this Doc View SourceOutdatedLinkViewCreateReportDetails(DateTime, DateTime)
Initializes a new instance of the OutdatedLinkViewCreateReportDetails class.
Declaration
public OutdatedLinkViewCreateReportDetails(DateTime startDate, DateTime endDate)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.DateTime | startDate | Report start date.  | 
      
| System.DateTime | endDate | Report end date.  | 
      
Properties
| Improve this Doc View SourceEndDate
Report end date.
Declaration
public DateTime EndDate { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| System.DateTime | 
StartDate
Report start date.
Declaration
public DateTime StartDate { get; protected set; }
  Property Value
| Type | Description | 
|---|---|
| System.DateTime |