Class GetDocMetadataArg
Argument for retrieving Paper doc metadata. Accepts either a legacy Paper doc ID or a Cloud Doc file ID.
Inherited Members
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class GetDocMetadataArg
Constructors
View SourceGetDocMetadataArg(string, string)
Initializes a new instance of the GetDocMetadataArg class.
Declaration
public GetDocMetadataArg(string docId = null, string fileId = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | docId | Legacy Paper doc identifier. |
| string | fileId | Dropbox file ID for Cloud Docs (post-PiFS migration). |
Properties
View SourceDocId
Legacy Paper doc identifier.
Declaration
public string DocId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
FileId
Dropbox file ID for Cloud Docs (post-PiFS migration).
Declaration
public string FileId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |