Class RefPaperDoc
The ref paper doc object
Inheritance
RefPaperDoc
Inherited Members
Namespace: Dropbox.Api.Paper
Assembly: Dropbox.Api.dll
Syntax
public class RefPaperDoc
Constructors
View SourceRefPaperDoc(string)
Initializes a new instance of the RefPaperDoc class.
Declaration
public RefPaperDoc(string docId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | docId | The Paper doc ID. |
Properties
View SourceDocId
The Paper doc ID.
Declaration
public string DocId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |