Class TeamFolderSpaceCapsType
Team folder space limit enforcement type
Inheritance
TeamFolderSpaceCapsType
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class TeamFolderSpaceCapsType
Constructors
View SourceTeamFolderSpaceCapsType()
Initializes a new instance of the TeamFolderSpaceCapsType class.
Declaration
public TeamFolderSpaceCapsType()
Properties
View SourceAsHard
Gets this instance as a Hard, or null.
Declaration
public TeamFolderSpaceCapsType.Hard AsHard { get; }
Property Value
| Type | Description |
|---|---|
| TeamFolderSpaceCapsType.Hard |
AsOff
Gets this instance as a Off, or null.
Declaration
public TeamFolderSpaceCapsType.Off AsOff { get; }
Property Value
| Type | Description |
|---|---|
| TeamFolderSpaceCapsType.Off |
AsOther
Gets this instance as a Other, or null.
Declaration
public TeamFolderSpaceCapsType.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| TeamFolderSpaceCapsType.Other |
AsSoft
Gets this instance as a Soft, or null.
Declaration
public TeamFolderSpaceCapsType.Soft AsSoft { get; }
Property Value
| Type | Description |
|---|---|
| TeamFolderSpaceCapsType.Soft |
IsHard
Gets a value indicating whether this instance is Hard
Declaration
public bool IsHard { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOff
Gets a value indicating whether this instance is Off
Declaration
public bool IsOff { 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 |
IsSoft
Gets a value indicating whether this instance is Soft
Declaration
public bool IsSoft { get; }
Property Value
| Type | Description |
|---|---|
| bool |