Dropbox .NET SDK
Show / Hide Table of Contents

Class OfficeFileType

The kind of MS Office document that produced an ApiOfficeMetadata result.

Inheritance
object
OfficeFileType
OfficeFileType.OfficeFiletypeExcel
OfficeFileType.OfficeFiletypePowerpoint
OfficeFileType.OfficeFiletypeUnknown
OfficeFileType.OfficeFiletypeWord
OfficeFileType.Other
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Riviera
Assembly: Dropbox.Api.dll
Syntax
public class OfficeFileType

Constructors

View Source

OfficeFileType()

Initializes a new instance of the OfficeFileType class.

Declaration
public OfficeFileType()

Properties

View Source

AsOfficeFiletypeExcel

Gets this instance as a OfficeFiletypeExcel, or null.

Declaration
public OfficeFileType.OfficeFiletypeExcel AsOfficeFiletypeExcel { get; }
Property Value
Type Description
OfficeFileType.OfficeFiletypeExcel
View Source

AsOfficeFiletypePowerpoint

Gets this instance as a OfficeFiletypePowerpoint, or null.

Declaration
public OfficeFileType.OfficeFiletypePowerpoint AsOfficeFiletypePowerpoint { get; }
Property Value
Type Description
OfficeFileType.OfficeFiletypePowerpoint
View Source

AsOfficeFiletypeUnknown

Gets this instance as a OfficeFiletypeUnknown, or null.

Declaration
public OfficeFileType.OfficeFiletypeUnknown AsOfficeFiletypeUnknown { get; }
Property Value
Type Description
OfficeFileType.OfficeFiletypeUnknown
View Source

AsOfficeFiletypeWord

Gets this instance as a OfficeFiletypeWord, or null.

Declaration
public OfficeFileType.OfficeFiletypeWord AsOfficeFiletypeWord { get; }
Property Value
Type Description
OfficeFileType.OfficeFiletypeWord
View Source

AsOther

Gets this instance as a Other, or null.

Declaration
public OfficeFileType.Other AsOther { get; }
Property Value
Type Description
OfficeFileType.Other
View Source

IsOfficeFiletypeExcel

Gets a value indicating whether this instance is OfficeFiletypeExcel

Declaration
public bool IsOfficeFiletypeExcel { get; }
Property Value
Type Description
bool
View Source

IsOfficeFiletypePowerpoint

Gets a value indicating whether this instance is OfficeFiletypePowerpoint

Declaration
public bool IsOfficeFiletypePowerpoint { get; }
Property Value
Type Description
bool
View Source

IsOfficeFiletypeUnknown

Gets a value indicating whether this instance is OfficeFiletypeUnknown

Declaration
public bool IsOfficeFiletypeUnknown { get; }
Property Value
Type Description
bool
View Source

IsOfficeFiletypeWord

Gets a value indicating whether this instance is OfficeFiletypeWord

Declaration
public bool IsOfficeFiletypeWord { get; }
Property Value
Type Description
bool
View Source

IsOther

Gets a value indicating whether this instance is Other

Declaration
public bool IsOther { get; }
Property Value
Type Description
bool
  • View Source
In this article
Back to top Dropbox .NET SDK