Show / Hide Table of Contents

Class FileStatus

The file status object

Inheritance
System.Object
FileStatus
FileStatus.Active
FileStatus.Deleted
FileStatus.Other
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.Files
Assembly: Dropbox.Api.dll
Syntax
public class FileStatus

Constructors

| Improve this Doc View Source

FileStatus()

Initializes a new instance of the FileStatus class.

Declaration
public FileStatus()

Properties

| Improve this Doc View Source

AsActive

Gets this instance as a Active, or null.

Declaration
public FileStatus.Active AsActive { get; }
Property Value
Type Description
FileStatus.Active
| Improve this Doc View Source

AsDeleted

Gets this instance as a Deleted, or null.

Declaration
public FileStatus.Deleted AsDeleted { get; }
Property Value
Type Description
FileStatus.Deleted
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

IsActive

Gets a value indicating whether this instance is Active

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

IsDeleted

Gets a value indicating whether this instance is Deleted

Declaration
public bool IsDeleted { 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
In This Article
  • Constructors
    • FileStatus()
  • Properties
    • AsActive
    • AsDeleted
    • AsOther
    • IsActive
    • IsDeleted
    • IsOther
Back to top Generated by DocFX