Class ProtectReportViewDetails
Viewed a Dropbox Protect report.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ProtectReportViewDetails
Constructors
View SourceProtectReportViewDetails(ProtectReportCategory, ProtectReportSection, ProtectReportMetric)
Initializes a new instance of the ProtectReportViewDetails class.
Declaration
public ProtectReportViewDetails(ProtectReportCategory reportCategory, ProtectReportSection reportSection = null, ProtectReportMetric reportMetric = null)
Parameters
| Type | Name | Description |
|---|---|---|
| ProtectReportCategory | reportCategory | The category of the report that was viewed. |
| ProtectReportSection | reportSection | The section of the report that was viewed. |
| ProtectReportMetric | reportMetric | The metric of the report that was viewed. |
Properties
View SourceReportCategory
The category of the report that was viewed.
Declaration
public ProtectReportCategory ReportCategory { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ProtectReportCategory |
ReportMetric
The metric of the report that was viewed.
Declaration
public ProtectReportMetric ReportMetric { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ProtectReportMetric |
ReportSection
The section of the report that was viewed.
Declaration
public ProtectReportSection ReportSection { get; protected set; }
Property Value
| Type | Description |
|---|---|
| ProtectReportSection |