Show / Hide Table of Contents

Class PaperFolderLogInfo

Paper folder's logged information.

Inheritance
System.Object
PaperFolderLogInfo
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 PaperFolderLogInfo

Constructors

| Improve this Doc View Source

PaperFolderLogInfo(String, String)

Initializes a new instance of the PaperFolderLogInfo class.

Declaration
public PaperFolderLogInfo(string folderId, string folderName)
Parameters
Type Name Description
System.String folderId

Papers folder Id.

System.String folderName

Paper folder name.

Properties

| Improve this Doc View Source

FolderId

Papers folder Id.

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

FolderName

Paper folder name.

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