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