Show / Hide Table of Contents

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 Source

PaperDocumentLogInfo(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 Source

DocId

Papers document Id.

Declaration
public string DocId { get; protected set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

DocTitle

Paper document title.

Declaration
public string DocTitle { get; protected set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX