Class ProtectReportCategory
The category that a Dropbox Protect report belongs to
Inheritance
ProtectReportCategory
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ProtectReportCategory
Constructors
View SourceProtectReportCategory()
Initializes a new instance of the ProtectReportCategory class.
Declaration
public ProtectReportCategory()
Properties
View SourceAsOther
Gets this instance as a Other, or null.
Declaration
public ProtectReportCategory.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| ProtectReportCategory.Other |
AsOverview
Gets this instance as a Overview, or null.
Declaration
public ProtectReportCategory.Overview AsOverview { get; }
Property Value
| Type | Description |
|---|---|
| ProtectReportCategory.Overview |
AsStaleAccess
Gets this instance as a StaleAccess, or null.
Declaration
public ProtectReportCategory.StaleAccess AsStaleAccess { get; }
Property Value
| Type | Description |
|---|---|
| ProtectReportCategory.StaleAccess |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOverview
Gets a value indicating whether this instance is Overview
Declaration
public bool IsOverview { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsStaleAccess
Gets a value indicating whether this instance is StaleAccess
Declaration
public bool IsStaleAccess { get; }
Property Value
| Type | Description |
|---|---|
| bool |