Dropbox .NET SDK

Class PaperFolderLogInfo

Paper folder's logged information.

Inheritance
object
PaperFolderLogInfo
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 PaperFolderLogInfo

Constructors

View Source

PaperFolderLogInfo(string, string)

Initializes a new instance of the PaperFolderLogInfo class.

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

Papers folder Id.

string folderName

Paper folder name.

Properties

View Source

FolderId

Papers folder Id.

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

FolderName

Paper folder name.

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