Dropbox .NET SDK

Class ProtectReportViewDetails

Viewed a Dropbox Protect report.

Inheritance
object
ProtectReportViewDetails
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 ProtectReportViewDetails

Constructors

View Source

ProtectReportViewDetails(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 Source

ReportCategory

The category of the report that was viewed.

Declaration
public ProtectReportCategory ReportCategory { get; protected set; }
Property Value
Type Description
ProtectReportCategory
View Source

ReportMetric

The metric of the report that was viewed.

Declaration
public ProtectReportMetric ReportMetric { get; protected set; }
Property Value
Type Description
ProtectReportMetric
View Source

ReportSection

The section of the report that was viewed.

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