Dropbox .NET SDK
Show / Hide Table of Contents

Class FileCategory.Video

mov, wmv, mp4, and more.

Inheritance
object
FileCategory
FileCategory.Video
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.Video : FileCategory

Fields

View Source

Instance

A singleton instance of Video

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