Dropbox .NET SDK

Class ProtectReportSection

The section that a Dropbox Protect report belongs to

Inheritance
object
ProtectReportSection
ProtectReportSection.Items
ProtectReportSection.Other
ProtectReportSection.OverviewOther
ProtectReportSection.OwnedExternally
ProtectReportSection.OwnedInternally
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 ProtectReportSection

Constructors

View Source

ProtectReportSection()

Initializes a new instance of the ProtectReportSection class.

Declaration
public ProtectReportSection()

Properties

View Source

AsItems

Gets this instance as a Items, or null.

Declaration
public ProtectReportSection.Items AsItems { get; }
Property Value
Type Description
ProtectReportSection.Items
View Source

AsOther

Gets this instance as a Other, or null.

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

AsOverviewOther

Gets this instance as a OverviewOther, or null.

Declaration
public ProtectReportSection.OverviewOther AsOverviewOther { get; }
Property Value
Type Description
ProtectReportSection.OverviewOther
View Source

AsOwnedExternally

Gets this instance as a OwnedExternally, or null.

Declaration
public ProtectReportSection.OwnedExternally AsOwnedExternally { get; }
Property Value
Type Description
ProtectReportSection.OwnedExternally
View Source

AsOwnedInternally

Gets this instance as a OwnedInternally, or null.

Declaration
public ProtectReportSection.OwnedInternally AsOwnedInternally { get; }
Property Value
Type Description
ProtectReportSection.OwnedInternally
View Source

IsItems

Gets a value indicating whether this instance is Items

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

IsOther

Gets a value indicating whether this instance is Other

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

IsOverviewOther

Gets a value indicating whether this instance is OverviewOther

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

IsOwnedExternally

Gets a value indicating whether this instance is OwnedExternally

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

IsOwnedInternally

Gets a value indicating whether this instance is OwnedInternally

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