Show / Hide Table of Contents

Class SpaceCapsType

Space limit alert policy

Inheritance
System.Object
SpaceCapsType
SpaceCapsType.Hard
SpaceCapsType.Off
SpaceCapsType.Other
SpaceCapsType.Soft
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class SpaceCapsType

Constructors

| Improve this Doc View Source

SpaceCapsType()

Initializes a new instance of the SpaceCapsType class.

Declaration
public SpaceCapsType()

Properties

| Improve this Doc View Source

AsHard

Gets this instance as a Hard, or null.

Declaration
public SpaceCapsType.Hard AsHard { get; }
Property Value
Type Description
SpaceCapsType.Hard
| Improve this Doc View Source

AsOff

Gets this instance as a Off, or null.

Declaration
public SpaceCapsType.Off AsOff { get; }
Property Value
Type Description
SpaceCapsType.Off
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public SpaceCapsType.Other AsOther { get; }
Property Value
Type Description
SpaceCapsType.Other
| Improve this Doc View Source

AsSoft

Gets this instance as a Soft, or null.

Declaration
public SpaceCapsType.Soft AsSoft { get; }
Property Value
Type Description
SpaceCapsType.Soft
| Improve this Doc View Source

IsHard

Gets a value indicating whether this instance is Hard

Declaration
public bool IsHard { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOff

Gets a value indicating whether this instance is Off

Declaration
public bool IsOff { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

IsSoft

Gets a value indicating whether this instance is Soft

Declaration
public bool IsSoft { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • SpaceCapsType()
  • Properties
    • AsHard
    • AsOff
    • AsOther
    • AsSoft
    • IsHard
    • IsOff
    • IsOther
    • IsSoft
Back to top Generated by DocFX