Class FileCategory
The file category object
Inheritance
Inherited Members
Namespace: Dropbox.Api.Files
Assembly: Dropbox.Api.dll
Syntax
public class FileCategory
Constructors
| Improve this Doc View SourceFileCategory()
Initializes a new instance of the FileCategory class.
Declaration
public FileCategory()
Properties
| Improve this Doc View SourceAsAudio
Gets this instance as a Audio, or null
.
Declaration
public FileCategory.Audio AsAudio { get; }
Property Value
Type | Description |
---|---|
FileCategory.Audio |
AsDocument
Gets this instance as a Document, or null
.
Declaration
public FileCategory.Document AsDocument { get; }
Property Value
Type | Description |
---|---|
FileCategory.Document |
AsFolder
Gets this instance as a Folder, or null
.
Declaration
public FileCategory.Folder AsFolder { get; }
Property Value
Type | Description |
---|---|
FileCategory.Folder |
AsImage
Gets this instance as a Image, or null
.
Declaration
public FileCategory.Image AsImage { get; }
Property Value
Type | Description |
---|---|
FileCategory.Image |
AsOther
Gets this instance as a Other, or null
.
Declaration
public FileCategory.Other AsOther { get; }
Property Value
Type | Description |
---|---|
FileCategory.Other |
AsOthers
Gets this instance as a Others, or null
.
Declaration
public FileCategory.Others AsOthers { get; }
Property Value
Type | Description |
---|---|
FileCategory.Others |
AsPaper
Gets this instance as a Paper, or null
.
Declaration
public FileCategory.Paper AsPaper { get; }
Property Value
Type | Description |
---|---|
FileCategory.Paper |
AsPdf
Gets this instance as a Pdf, or null
.
Declaration
public FileCategory.Pdf AsPdf { get; }
Property Value
Type | Description |
---|---|
FileCategory.Pdf |
AsPresentation
Gets this instance as a Presentation, or null
.
Declaration
public FileCategory.Presentation AsPresentation { get; }
Property Value
Type | Description |
---|---|
FileCategory.Presentation |
AsSpreadsheet
Gets this instance as a Spreadsheet, or null
.
Declaration
public FileCategory.Spreadsheet AsSpreadsheet { get; }
Property Value
Type | Description |
---|---|
FileCategory.Spreadsheet |
AsVideo
Gets this instance as a Video, or null
.
Declaration
public FileCategory.Video AsVideo { get; }
Property Value
Type | Description |
---|---|
FileCategory.Video |
IsAudio
Gets a value indicating whether this instance is Audio
Declaration
public bool IsAudio { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDocument
Gets a value indicating whether this instance is Document
Declaration
public bool IsDocument { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsFolder
Gets a value indicating whether this instance is Folder
Declaration
public bool IsFolder { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsImage
Gets a value indicating whether this instance is Image
Declaration
public bool IsImage { 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 |
IsOthers
Gets a value indicating whether this instance is Others
Declaration
public bool IsOthers { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPaper
Gets a value indicating whether this instance is Paper
Declaration
public bool IsPaper { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPdf
Gets a value indicating whether this instance is Pdf
Declaration
public bool IsPdf { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsPresentation
Gets a value indicating whether this instance is Presentation
Declaration
public bool IsPresentation { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSpreadsheet
Gets a value indicating whether this instance is Spreadsheet
Declaration
public bool IsSpreadsheet { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsVideo
Gets a value indicating whether this instance is Video
Declaration
public bool IsVideo { get; }
Property Value
Type | Description |
---|---|
System.Boolean |