Class OfficeFileType
The kind of MS Office document that produced an `ApiOfficeMetadata` result.
Inheritance
OfficeFileType
Inherited Members
Namespace: Dropbox.Api.Riviera
Assembly: Dropbox.Api.dll
Syntax
public class OfficeFileType
Constructors
View SourceOfficeFileType()
Initializes a new instance of the OfficeFileType class.
Declaration
public OfficeFileType()
Properties
View SourceAsOfficeFiletypeExcel
Gets this instance as a OfficeFiletypeExcel, or null.
Declaration
public OfficeFileType.OfficeFiletypeExcel AsOfficeFiletypeExcel { get; }
Property Value
| Type | Description |
|---|---|
| OfficeFileType.OfficeFiletypeExcel |
AsOfficeFiletypePowerpoint
Gets this instance as a OfficeFiletypePowerpoint, or null.
Declaration
public OfficeFileType.OfficeFiletypePowerpoint AsOfficeFiletypePowerpoint { get; }
Property Value
| Type | Description |
|---|---|
| OfficeFileType.OfficeFiletypePowerpoint |
AsOfficeFiletypeUnknown
Gets this instance as a OfficeFiletypeUnknown, or null.
Declaration
public OfficeFileType.OfficeFiletypeUnknown AsOfficeFiletypeUnknown { get; }
Property Value
| Type | Description |
|---|---|
| OfficeFileType.OfficeFiletypeUnknown |
AsOfficeFiletypeWord
Gets this instance as a OfficeFiletypeWord, or null.
Declaration
public OfficeFileType.OfficeFiletypeWord AsOfficeFiletypeWord { get; }
Property Value
| Type | Description |
|---|---|
| OfficeFileType.OfficeFiletypeWord |
AsOther
Gets this instance as a Other, or null.
Declaration
public OfficeFileType.Other AsOther { get; }
Property Value
| Type | Description |
|---|---|
| OfficeFileType.Other |
IsOfficeFiletypeExcel
Gets a value indicating whether this instance is OfficeFiletypeExcel
Declaration
public bool IsOfficeFiletypeExcel { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOfficeFiletypePowerpoint
Gets a value indicating whether this instance is OfficeFiletypePowerpoint
Declaration
public bool IsOfficeFiletypePowerpoint { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOfficeFiletypeUnknown
Gets a value indicating whether this instance is OfficeFiletypeUnknown
Declaration
public bool IsOfficeFiletypeUnknown { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOfficeFiletypeWord
Gets a value indicating whether this instance is OfficeFiletypeWord
Declaration
public bool IsOfficeFiletypeWord { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsOther
Gets a value indicating whether this instance is Other
Declaration
public bool IsOther { get; }
Property Value
| Type | Description |
|---|---|
| bool |