Dropbox .NET SDK

Class ProtectReportCategory

The category that a Dropbox Protect report belongs to

Inheritance
object
ProtectReportCategory
ProtectReportCategory.Other
ProtectReportCategory.Overview
ProtectReportCategory.StaleAccess
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 ProtectReportCategory

Constructors

View Source

ProtectReportCategory()

Initializes a new instance of the ProtectReportCategory class.

Declaration
public ProtectReportCategory()

Properties

View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public ProtectReportCategory.Other AsOther { get; }
Property Value
Type Description
ProtectReportCategory.Other
View Source

AsOverview

Gets this instance as a Overview, or null.

Declaration
public ProtectReportCategory.Overview AsOverview { get; }
Property Value
Type Description
ProtectReportCategory.Overview
View Source

AsStaleAccess

Gets this instance as a StaleAccess, or null.

Declaration
public ProtectReportCategory.StaleAccess AsStaleAccess { get; }
Property Value
Type Description
ProtectReportCategory.StaleAccess
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
View Source

IsOverview

Gets a value indicating whether this instance is Overview

Declaration
public bool IsOverview { get; }
Property Value
Type Description
bool
View Source

IsStaleAccess

Gets a value indicating whether this instance is StaleAccess

Declaration
public bool IsStaleAccess { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK