Dropbox .NET SDK
Show / Hide Table of Contents

Class FileCategory.Audio

mp3, wav, mid, and more.

Inheritance
object
FileCategory
FileCategory.Audio
Inherited Members
FileCategory.IsImage
FileCategory.AsImage
FileCategory.IsDocument
FileCategory.AsDocument
FileCategory.IsPdf
FileCategory.AsPdf
FileCategory.IsSpreadsheet
FileCategory.AsSpreadsheet
FileCategory.IsPresentation
FileCategory.AsPresentation
FileCategory.IsAudio
FileCategory.AsAudio
FileCategory.IsVideo
FileCategory.AsVideo
FileCategory.IsFolder
FileCategory.AsFolder
FileCategory.IsPaper
FileCategory.AsPaper
FileCategory.IsOthers
FileCategory.AsOthers
FileCategory.IsOther
FileCategory.AsOther
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public sealed class FileCategory.Audio : FileCategory

Fields

View Source

Instance

A singleton instance of Audio

Declaration
public static readonly FileCategory.Audio Instance
Field Value
Type Description
FileCategory.Audio
  • View Source
In this article
Back to top Dropbox .NET SDK