Dropbox .NET SDK

Class OutdatedLinkViewCreateReportDetails

Report created: Views of old links.

Inheritance
object
OutdatedLinkViewCreateReportDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class OutdatedLinkViewCreateReportDetails

Constructors

View Source

OutdatedLinkViewCreateReportDetails(DateTime, DateTime)

Initializes a new instance of the OutdatedLinkViewCreateReportDetails class.

Declaration
public OutdatedLinkViewCreateReportDetails(DateTime startDate, DateTime endDate)
Parameters
Type Name Description
DateTime startDate

Report start date.

DateTime endDate

Report end date.

Properties

View Source

EndDate

Report end date.

Declaration
public DateTime EndDate { get; protected set; }
Property Value
Type Description
DateTime
View Source

StartDate

Report start date.

Declaration
public DateTime StartDate { get; protected set; }
Property Value
Type Description
DateTime
  • View Source
In this article
Back to top Dropbox .NET SDK