Class TeamFolderNotificationTarget
Team folder space limit notification target
Inheritance
TeamFolderNotificationTarget
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class TeamFolderNotificationTarget
Constructors
View SourceTeamFolderNotificationTarget()
Initializes a new instance of the TeamFolderNotificationTarget class.
Declaration
public TeamFolderNotificationTarget()
Properties
View SourceAsAdmins
Gets this instance as a Admins, or null.
Declaration
public TeamFolderNotificationTarget.Admins AsAdmins { get; }
Property Value
| Type | Description |
|---|---|
| TeamFolderNotificationTarget.Admins |
AsBoth
Gets this instance as a Both, or null.
Declaration
public TeamFolderNotificationTarget.Both AsBoth { get; }
Property Value
| Type | Description |
|---|---|
| TeamFolderNotificationTarget.Both |
AsEditors
Gets this instance as a Editors, or null.
Declaration
public TeamFolderNotificationTarget.Editors AsEditors { get; }
Property Value
| Type | Description |
|---|---|
| TeamFolderNotificationTarget.Editors |
AsOther
Gets this instance as a Other, or null.
Declaration
public TeamFolderNotificationTarget.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| TeamFolderNotificationTarget.Other |
AsSilent
Gets this instance as a Silent, or null.
Declaration
public TeamFolderNotificationTarget.Silent AsSilent { get; }
Property Value
| Type | Description |
|---|---|
| TeamFolderNotificationTarget.Silent |
IsAdmins
Gets a value indicating whether this instance is Admins
Declaration
public bool IsAdmins { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsBoth
Gets a value indicating whether this instance is Both
Declaration
public bool IsBoth { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsEditors
Gets a value indicating whether this instance is Editors
Declaration
public bool IsEditors { 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 |
IsSilent
Gets a value indicating whether this instance is Silent
Declaration
public bool IsSilent { get; }
Property Value
| Type | Description |
|---|---|
| bool |