Class PaperDocumentLogInfo
Paper document's logged information.
Inherited Members
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class PaperDocumentLogInfo
Constructors
View SourcePaperDocumentLogInfo(string, string)
Initializes a new instance of the PaperDocumentLogInfo class.
Declaration
public PaperDocumentLogInfo(string docId, string docTitle)
Parameters
| Type | Name | Description |
|---|---|---|
| string | docId | Papers document Id. |
| string | docTitle | Paper document title. |
Properties
View SourceDocId
Papers document Id.
Declaration
public string DocId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |
DocTitle
Paper document title.
Declaration
public string DocTitle { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |