Class TeamActivityCreateReportDetails
Created team activity report.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class TeamActivityCreateReportDetails
Constructors
View SourceTeamActivityCreateReportDetails(DateTime, DateTime)
Initializes a new instance of the TeamActivityCreateReportDetails class.
Declaration
public TeamActivityCreateReportDetails(DateTime startDate, DateTime endDate)
Parameters
| Type | Name | Description |
|---|---|---|
| DateTime | startDate | Report start date. |
| DateTime | endDate | Report end date. |
Properties
View SourceEndDate
Report end date.
Declaration
public DateTime EndDate { get; protected set; }
Property Value
| Type | Description |
|---|---|
| DateTime |
StartDate
Report start date.
Declaration
public DateTime StartDate { get; protected set; }
Property Value
| Type | Description |
|---|---|
| DateTime |