Show / Hide Table of Contents

Class FileCategory

The file category object

Inheritance
System.Object
FileCategory
FileCategory.Audio
FileCategory.Document
FileCategory.Folder
FileCategory.Image
FileCategory.Other
FileCategory.Others
FileCategory.Paper
FileCategory.Pdf
FileCategory.Presentation
FileCategory.Spreadsheet
FileCategory.Video
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 FileCategory

Constructors

| Improve this Doc View Source

FileCategory()

Initializes a new instance of the FileCategory class.

Declaration
public FileCategory()

Properties

| Improve this Doc View Source

AsAudio

Gets this instance as a Audio, or null.

Declaration
public FileCategory.Audio AsAudio { get; }
Property Value
Type Description
FileCategory.Audio
| Improve this Doc View Source

AsDocument

Gets this instance as a Document, or null.

Declaration
public FileCategory.Document AsDocument { get; }
Property Value
Type Description
FileCategory.Document
| Improve this Doc View Source

AsFolder

Gets this instance as a Folder, or null.

Declaration
public FileCategory.Folder AsFolder { get; }
Property Value
Type Description
FileCategory.Folder
| Improve this Doc View Source

AsImage

Gets this instance as a Image, or null.

Declaration
public FileCategory.Image AsImage { get; }
Property Value
Type Description
FileCategory.Image
| Improve this Doc View Source

AsOther

Gets this instance as a Other, or null.

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

AsOthers

Gets this instance as a Others, or null.

Declaration
public FileCategory.Others AsOthers { get; }
Property Value
Type Description
FileCategory.Others
| Improve this Doc View Source

AsPaper

Gets this instance as a Paper, or null.

Declaration
public FileCategory.Paper AsPaper { get; }
Property Value
Type Description
FileCategory.Paper
| Improve this Doc View Source

AsPdf

Gets this instance as a Pdf, or null.

Declaration
public FileCategory.Pdf AsPdf { get; }
Property Value
Type Description
FileCategory.Pdf
| Improve this Doc View Source

AsPresentation

Gets this instance as a Presentation, or null.

Declaration
public FileCategory.Presentation AsPresentation { get; }
Property Value
Type Description
FileCategory.Presentation
| Improve this Doc View Source

AsSpreadsheet

Gets this instance as a Spreadsheet, or null.

Declaration
public FileCategory.Spreadsheet AsSpreadsheet { get; }
Property Value
Type Description
FileCategory.Spreadsheet
| Improve this Doc View Source

AsVideo

Gets this instance as a Video, or null.

Declaration
public FileCategory.Video AsVideo { get; }
Property Value
Type Description
FileCategory.Video
| Improve this Doc View Source

IsAudio

Gets a value indicating whether this instance is Audio

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

IsDocument

Gets a value indicating whether this instance is Document

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

IsFolder

Gets a value indicating whether this instance is Folder

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

IsImage

Gets a value indicating whether this instance is Image

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

IsOthers

Gets a value indicating whether this instance is Others

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

IsPaper

Gets a value indicating whether this instance is Paper

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

IsPdf

Gets a value indicating whether this instance is Pdf

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

IsPresentation

Gets a value indicating whether this instance is Presentation

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

IsSpreadsheet

Gets a value indicating whether this instance is Spreadsheet

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

IsVideo

Gets a value indicating whether this instance is Video

Declaration
public bool IsVideo { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • FileCategory()
  • Properties
    • AsAudio
    • AsDocument
    • AsFolder
    • AsImage
    • AsOther
    • AsOthers
    • AsPaper
    • AsPdf
    • AsPresentation
    • AsSpreadsheet
    • AsVideo
    • IsAudio
    • IsDocument
    • IsFolder
    • IsImage
    • IsOther
    • IsOthers
    • IsPaper
    • IsPdf
    • IsPresentation
    • IsSpreadsheet
    • IsVideo
Back to top Generated by DocFX