Dropbox .NET SDK

Class PaperDocumentLogInfo

Paper document's logged information.

Inheritance
object
PaperDocumentLogInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.TeamLog
Assembly: Dropbox.Api.dll
Syntax
public class PaperDocumentLogInfo

Constructors

View Source

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

DocId

Papers document Id.

Declaration
public string DocId { get; protected set; }
Property Value
Type Description
string
View Source

DocTitle

Paper document title.

Declaration
public string DocTitle { get; protected set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Dropbox .NET SDK