Dropbox .NET SDK

Class TeamFolderSpaceCapsType

Team folder space limit enforcement type

Inheritance
object
TeamFolderSpaceCapsType
TeamFolderSpaceCapsType.Hard
TeamFolderSpaceCapsType.Off
TeamFolderSpaceCapsType.Other
TeamFolderSpaceCapsType.Soft
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 TeamFolderSpaceCapsType

Constructors

View Source

TeamFolderSpaceCapsType()

Initializes a new instance of the TeamFolderSpaceCapsType class.

Declaration
public TeamFolderSpaceCapsType()

Properties

View Source

AsHard

Gets this instance as a Hard, or null.

Declaration
public TeamFolderSpaceCapsType.Hard AsHard { get; }
Property Value
Type Description
TeamFolderSpaceCapsType.Hard
View Source

AsOff

Gets this instance as a Off, or null.

Declaration
public TeamFolderSpaceCapsType.Off AsOff { get; }
Property Value
Type Description
TeamFolderSpaceCapsType.Off
View Source

AsOther

Gets this instance as a Other, or null.

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

AsSoft

Gets this instance as a Soft, or null.

Declaration
public TeamFolderSpaceCapsType.Soft AsSoft { get; }
Property Value
Type Description
TeamFolderSpaceCapsType.Soft
View Source

IsHard

Gets a value indicating whether this instance is Hard

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

IsOff

Gets a value indicating whether this instance is Off

Declaration
public bool IsOff { 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

IsSoft

Gets a value indicating whether this instance is Soft

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