Class ProtectReportSection
The section that a Dropbox Protect report belongs to
Inheritance
ProtectReportSection
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class ProtectReportSection
Constructors
View SourceProtectReportSection()
Initializes a new instance of the ProtectReportSection class.
Declaration
public ProtectReportSection()
Properties
View SourceAsItems
Gets this instance as a Items, or null.
Declaration
public ProtectReportSection.Items AsItems { get; }
Property Value
| Type | Description |
|---|---|
| ProtectReportSection.Items |
AsOther
Gets this instance as a Other, or null.
Declaration
public ProtectReportSection.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| ProtectReportSection.Other |
AsOverviewOther
Gets this instance as a OverviewOther, or null.
Declaration
public ProtectReportSection.OverviewOther AsOverviewOther { get; }
Property Value
| Type | Description |
|---|---|
| ProtectReportSection.OverviewOther |
AsOwnedExternally
Gets this instance as a OwnedExternally, or null.
Declaration
public ProtectReportSection.OwnedExternally AsOwnedExternally { get; }
Property Value
| Type | Description |
|---|---|
| ProtectReportSection.OwnedExternally |
AsOwnedInternally
Gets this instance as a OwnedInternally, or null.
Declaration
public ProtectReportSection.OwnedInternally AsOwnedInternally { get; }
Property Value
| Type | Description |
|---|---|
| ProtectReportSection.OwnedInternally |
IsItems
Gets a value indicating whether this instance is Items
Declaration
public bool IsItems { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOverviewOther
Gets a value indicating whether this instance is OverviewOther
Declaration
public bool IsOverviewOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOwnedExternally
Gets a value indicating whether this instance is OwnedExternally
Declaration
public bool IsOwnedExternally { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOwnedInternally
Gets a value indicating whether this instance is OwnedInternally
Declaration
public bool IsOwnedInternally { get; }
Property Value
| Type | Description |
|---|---|
| bool |