Class FileStatus
The file status object
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 SourceFileStatus()
Initializes a new instance of the FileStatus class.
Declaration
public FileStatus()
  Properties
| Improve this Doc View SourceAsActive
Gets this instance as a Active, or null.
Declaration
public FileStatus.Active AsActive { get; }
  Property Value
| Type | Description | 
|---|---|
| FileStatus.Active | 
AsDeleted
Gets this instance as a Deleted, or null.
Declaration
public FileStatus.Deleted AsDeleted { get; }
  Property Value
| Type | Description | 
|---|---|
| FileStatus.Deleted | 
AsOther
Gets this instance as a Other, or null.
Declaration
public FileStatus.Other AsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| FileStatus.Other | 
IsActive
Gets a value indicating whether this instance is Active
Declaration
public bool IsActive { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsDeleted
Gets a value indicating whether this instance is Deleted
Declaration
public bool IsDeleted { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |