Class ApiOfficeMetadata
MS Office document metadata. Mirrors the internal `riviera.OfficeMetadata` message. Some fields apply only to specific document types (e.g. `slides` for PowerPoint, `words`/`pages` for Word).
Inherited Members
Namespace: Dropbox.Api.Riviera
Assembly: Dropbox.Api.dll
Syntax
public class ApiOfficeMetadata
Constructors
View SourceApiOfficeMetadata(OfficeFileType, string, string, string, string, string, string, uint, uint, uint, uint, string)
Initializes a new instance of the ApiOfficeMetadata class.
Declaration
public ApiOfficeMetadata(OfficeFileType fileType = null, string creator = "", string company = "", string title = "", string subject = "", string keywords = "", string description = "", uint totalEditTimeMinutes = 0, uint pages = 0, uint words = 0, uint slides = 0, string revisionNumber = "")
Parameters
| Type | Name | Description |
|---|---|---|
| OfficeFileType | fileType | The file type |
| string | creator | The creator |
| string | company | The company |
| string | title | The title |
| string | subject | The subject |
| string | keywords | The keywords |
| string | description | The description |
| uint | totalEditTimeMinutes | The total edit time minutes |
| uint | pages | Word only. |
| uint | words | The words |
| uint | slides | PowerPoint only. |
| string | revisionNumber | The revision number |
Properties
View SourceCompany
Gets the company of the api office metadata
Declaration
public string Company { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Creator
Gets the creator of the api office metadata
Declaration
public string Creator { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Description
Gets the description of the api office metadata
Declaration
public string Description { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
FileType
Gets the file type of the api office metadata
Declaration
public OfficeFileType FileType { get; protected set; }
Property Value
| Type | Description |
|---|---|
| OfficeFileType |
Keywords
Gets the keywords of the api office metadata
Declaration
public string Keywords { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Pages
Word only.
Declaration
public uint Pages { get; protected set; }
Property Value
| Type | Description |
|---|---|
| uint |
RevisionNumber
Gets the revision number of the api office metadata
Declaration
public string RevisionNumber { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Slides
PowerPoint only.
Declaration
public uint Slides { get; protected set; }
Property Value
| Type | Description |
|---|---|
| uint |
Subject
Gets the subject of the api office metadata
Declaration
public string Subject { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
Title
Gets the title of the api office metadata
Declaration
public string Title { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
TotalEditTimeMinutes
Gets the total edit time minutes of the api office metadata
Declaration
public uint TotalEditTimeMinutes { get; protected set; }
Property Value
| Type | Description |
|---|---|
| uint |
Words
Gets the words of the api office metadata
Declaration
public uint Words { get; protected set; }
Property Value
| Type | Description |
|---|---|
| uint |